Replies: 2 comments
-
@gedw99 thanks for posting this. I've never used I've created an issue on the samples repo - https://github.com/keploy/samples-go/issues/9 |
Beta Was this translation helpful? Give feedback.
0 replies
-
thanks @slayerjain Yeah Ent is quite a complete system. Atlas is by the same team and gives devs a easy way to manage database migrations with a cloud base gui. https://atlasgo.io/deployment/intro I think it aligns quite well with keploy principles of doing all the gritty hard stuff that you need to have a development setup done for you |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Really liking this system.
In the go samples repo , i think it would be awesome if Ent sample was there. Ent supports GRPC, GraphQL and Open API.
https://github.com/ent/ent
https://github.com/ent/contrib
There are plenty of examples of Ent out there that we would use as a basis. Here are a few:
https://github.com/a8m/ent-graphql-example
Ent also has some pretty nice tools like:
Schema migration: https://entgo.io/blog/2022/03/14/announcing-versioned-migrations
Schema visualisation ( web page ): https://entgo.io/blog/2021/08/26/visualizing-your-data-graph-using-entviz/
Beta Was this translation helpful? Give feedback.
All reactions