I am developing Stripe but for Data
So, I want to make a play for data. Sor of Stripe for data. Aka. The data infrastructure for the internet.
Companies especially startups can offload their data needs to us they can store their data with us, and then we provide API endpoints and apps on top of their data.
I know, you might think db as a service like MongoDB, or backend-as-a-service like Supabase and Fireside, or storage as a service like AWS, etc; but this is different.
Just like companies stopped worrying about setting up payments and payment infra when Stripe came out, I wished companies, with my new project, will stop worrying about database and db infra. In fact, I wish, with my project, they wont have to write a single line of database/data code anymore, except maybe to connect to APIs.
Your thoughts (through comments will be much appreciated).
11 comments
[ 2.7 ms ] story [ 44.5 ms ] threadI don't undersstand what you are triying to do. Replace SQL with your own language/API?
Perhaps you can ensure that everything is escaped correctly and programers don't have to worry about Bobby Tables https://xkcd.com/327/
(I once saved everything as a text file, because the number of entries was small and I was not sure about escaping correctly.)
(I remember one webpage that says "please dont use these characters in the name ..." The list looks too similar to the special chars in SQL ...)