django-grpc
gRPC service
Provides an easy way to launch a gRPC service with access to Django ORM and other functionality.
Easy gRPC service based on Django application
228 stars
3 watching
33 forks
Language: Python
last commit: about 1 year ago
Linked from 1 awesome list
djangodjango-grpcgrpcgrpc-messagegrpc-pythongrpc-servergrpc-serviceprotobufpython
Related projects:
Repository | Description | Stars |
---|---|---|
fengsp/django-grpc-framework | Provides tools and infrastructure to build gRPC services within Django projects | 390 |
dhilipsiva/garuda | Automatically exposes Django ORM over gRPC for use in microservices written by other languages | 24 |
grpc/grpc-haskell | A Haskell interface to the gRPC protocol for building client-side RPC services. | 155 |
elixir-grpc/grpc | An Elixir implementation of the gRPC protocol for building networked services | 1,402 |
guangtianli/grpcalchemy | A Python framework for building gRPC services and handling their associated messages | 84 |
grpc-requests/grpc_requests | A Python library that enables users to interact with gRPC services in a familiar way using the requests library. | 33 |
grpc-ecosystem/polyglot | A universal gRPC command-line client that allows communication with any gRPC service without generating custom classes or compiling the service's protos. | 530 |
grpcmd/grpcmd | A command-line tool for interacting with gRPC services | 67 |
tikv/grpc-rs | A Rust wrapper of the gRPC Core library for building high-performance RPC services. | 1,807 |
vmagamedov/grpclib | Pure-Python implementation of the gRPC protocol for asyncio-based microservices | 938 |
walterwanderley/sqlc-grpc | A Go-based gRPC and HTTP/JSON server generator from sqlc queries | 132 |
lileio/lile | Automates the creation of basic gRPC services in Go with pre-set structures and tools. | 1,506 |
feuyeux/hello-grpc | Demonstrates gRPC examples in 12 programming languages with simple server and client examples showcasing gRPC features. | 13 |
grpc/grpc-swift | A Swift language implementation of the gRPC protocol | 2,048 |
bluehouse-technology/grpc | An Erlang implementation of the gRPC protocol for building client-server communication services | 100 |