-
Notifications
You must be signed in to change notification settings - Fork 579
Brainstorming
Thang Chung edited this page Feb 27, 2019
·
5 revisions
- Parse protobuf descriptor file using C# so that we can use it to serve on the proxy and upstream services with REST
- https://developers.google.com/protocol-buffers/docs/encoding
- https://github.com/envoyproxy/envoy/blob/master/source/extensions/filters/http/grpc_json_transcoder/json_transcoder_filter.cc
- https://github.com/grpc-ecosystem/grpc-httpjson-transcoding/blob/master/src/json_request_translator.cc
- https://github.com/protocolbuffers/protobuf/blob/e479410564727d8954e0704254f4345f97e3d844/csharp/src/Google.Protobuf.Test/Reflection/DescriptorsTest.cs
- https://github.com/protocolbuffers/protobuf/blob/47d33e752e5256bec315e5867b940ca33d66e8a2/csharp/src/Google.Protobuf.Test/Reflection/DescriptorDeclarationTest.cs
- https://formats.kaitai.io/google_protobuf/index.html
- https://github.com/kaitai-io/kaitai_struct_csharp_runtime/blob/master/KaitaiStream.cs
- https://stackoverflow.com/questions/19647387/parsing-a-raw-protocol-buffer-byte-stream-in-c-sharp
- https://stackoverflow.com/questions/7343867/raw-decoder-for-protobufs-format/34632255#34632255
- Multi-tenancy with subscription model like https://medium.com/@alexrenoki/build-saas-like-apps-with-plans-guadian-94bfbb8c6846
- Administration tool like https://backpackforlaravel.com
- Identity Server Admin UI like keycloak or squidex