rejoiner icon indicating copy to clipboard operation
rejoiner copied to clipboard

Go implementation

Open mbana opened this issue 6 years ago • 5 comments

Hi,

rejoiner looks pretty cool. Just wondering if you plan to support other languages such as Go?

Thanks,

mbana avatar Mar 10 '18 17:03 mbana

Hey Mohamed,

What are the reasons you would like a Go version?

Currently your services (where all the business logic is) can be written in Go. The the Java code is just a thin layer wiring it together.

We are also working generating the base queries/mutations from service gRPC definitions, which would reduce the amount of Java code required.

On Mar 10, 2018, at 12:16 PM, Mohamed Bana [email protected] wrote:

Hi,

rejoiner looks pretty cool. Just wondering if you plan to support other languages such as Go?

Thanks,

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

siderakis avatar Mar 10 '18 20:03 siderakis

Thanks for the reply. Currently we are using Go so we'd like to stick to it. So, this is going to Java-only for the time being right?

mbana avatar Mar 12 '18 12:03 mbana

What if this project was just a docker container. The container is passed some endpoints and protobufs to configure it. You wouldn't need any Java experience, instead relying on program configuration for generating the amalgamation service.

drewwells avatar Oct 28 '19 18:10 drewwells

I'm interested in a Golang version as well, primarily the interest in go is for the lower memory overhead.

seryl avatar Feb 25 '20 12:02 seryl

What if this project was just a docker container. The container is passed some endpoints and protobufs to configure it. You wouldn't need any Java experience, instead relying on program configuration for generating the amalgamation service.

@drewwells were you able to find any docker image that can be configured and require zero Java experience ?

salmanazmat666 avatar Jun 27 '22 14:06 salmanazmat666