rgushel / protobuf-converter

protobuf-converter is library for transforming your Domain Model Objects into Google Protobuf Messages and vice versa.
MIT License
131 stars 44 forks source link

! We are looking for contributors ! #22

Open rgushel opened 3 years ago

rgushel commented 3 years ago

Hi everyone who is reading this text! Me and @jsjem designed and created this small lib 5 years ago on top of the wave of fast-growing gRPC/ProtoBuf popularity. For the last couple of years, this repo was abandoned but surprisingly people still using it and even creating PRs. We're looking for someone ready to maintain a codebase, maybe even build a new version that will meet modern requirements (like get rid of using reflection and do models pre-compilation, etc.). Looking forward to your feedback!

baraksil commented 3 years ago

Hi Guys, I like the idea of separating the api model from the domain object. The way you are doing it in this project is clean and simple. I wanted to use it but I needed better performance. Therefore I wrote something pretty close in terms of usage but process the annotation in compile time rather than reflection.

Please take a look at this repo: https://github.com/baraksil/proto_domain_converter