You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Though I haven't studied the code in-depth (and am a beginning Go dev anyway) this seems to me a very interesting project! I was wondering if you have any future plans to extend further / document, etc.
As for myself - I am a big Fediverse advocate, and am planning some federated projects in Go based on Go-Fed. This set of libraries will facilitate code-generation from a Linked Data vocabulary (read: a Domain) and then - with the additional libraries - makes it easy to build decentralied applications on top of that. I want to apply DDD approach to Go-Fed development, where devs can easily build federated services for arbitrary business domains.
The text was updated successfully, but these errors were encountered:
@aschrijver Thank you for your interest, I have plans to retake work on this sometime during this year.
I was getting blocked on a good way to manipulate directly (not ammend) the protoc generated output, which seems not really possible unless. The reason is that I wanted to inject additional domain methods while also using protoc generator for the domain models.
I wanted to use protobuf so that domain models can be easily incorporated into messages meant to travel the wire via application level protobuf specifications.
Nice! I intend to package domain libs as plugins with Hashicorp's go-plugin project, which will then communicate with gRPC to other plugins or the main system. Might be challenging, and have to evaluate more.
Though I haven't studied the code in-depth (and am a beginning Go dev anyway) this seems to me a very interesting project! I was wondering if you have any future plans to extend further / document, etc.
As for myself - I am a big Fediverse advocate, and am planning some federated projects in Go based on Go-Fed. This set of libraries will facilitate code-generation from a Linked Data vocabulary (read: a Domain) and then - with the additional libraries - makes it easy to build decentralied applications on top of that. I want to apply DDD approach to Go-Fed development, where devs can easily build federated services for arbitrary business domains.
The text was updated successfully, but these errors were encountered: