Show HN: Stargate – An open source API framework for data
1–10 of 12 posts
Re: Show HN: Stargate – An open source API framework for data
#2Any advantages of having Cassandra as underlying db ? An example docker-compose would help to try it out quickly.
We[1] are in similar space but mostly for SQL databases. With automatic APIs we do provide GUI for schema management.
Re: Show HN: Stargate – An open source API framework for data
#3Re: Show HN: Stargate – An open source API framework for data
#4Cool, congrats on this release. Any advantages of having Cassandra as underlying db ? An example docker-compose would help to try it out quickly. We[1] are in similar space but mostly for SQL databases. With automatic APIs we do provide GUI for schema management. https://github.com/xgenecloud/xgenecloud
The reason for Cassandra is the normal reasons someone would turn to Cassandra, fault tolerance, scalability, high write throughput. It's a powerful database we really like but can get a bad rap at times so with Stargate we wanted to make it easier for developers to get their data in and out with their preferred interface. Although we have left it open to extension so if Cassandra isn't your cup of tea we welcome PRs to add new persistence backends.
Example docker-compose and helm charts are definitely in the works! Stay tuned and we should have those out soon.
Oh that looks cool! I'm digging the UI. Thanks for sharing, I'll have to try that out later and maybe we can learn some things from each other.
Re: Show HN: Stargate – An open source API framework for data
#5Cool, congrats on this release. Any advantages of having Cassandra as underlying db ? An example docker-compose would help to try it out quickly. We[1] are in similar space but mostly for SQL databases. With automatic APIs we do provide GUI for schema management. https://github.com/xgenecloud/xgenecloud
Re: Show HN: Stargate – An open source API framework for data
#6Cool, congrats on this release. Any advantages of having Cassandra as underlying db ? An example docker-compose would help to try it out quickly. We[1] are in similar space but mostly for SQL databases. With automatic APIs we do provide GUI for schema management. https://github.com/xgenecloud/xgenecloud
Thanks! The reason for Cassandra is the normal reasons someone would turn to Cassandra, fault tolerance, scalability, high write throughput. It's a powerful database we really like but can get a bad rap at times so with Stargate we wanted to make it easier for developers to get their data in and out with their preferred interface. Although we have left it open to extension so if Cassandra isn't your cup of tea we wel…
Re: Show HN: Stargate – An open source API framework for data
#7Re: Show HN: Stargate – An open source API framework for data
#8Cool, congrats on this release. Any advantages of having Cassandra as underlying db ? An example docker-compose would help to try it out quickly. We[1] are in similar space but mostly for SQL databases. With automatic APIs we do provide GUI for schema management. https://github.com/xgenecloud/xgenecloud
Thanks! The reason for Cassandra is the normal reasons someone would turn to Cassandra, fault tolerance, scalability, high write throughput. It's a powerful database we really like but can get a bad rap at times so with Stargate we wanted to make it easier for developers to get their data in and out with their preferred interface. Although we have left it open to extension so if Cassandra isn't your cup of tea we wel…
When you want to support Helm charts, how will it be different from Kubernetes API? Will it not be easier to extend Kubernetes API, instead of using Stargate?
Re: Show HN: Stargate – An open source API framework for data
#9So this is Hasura for Cassandra?