Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Nearly every database can do that.
The easiest to use may be google firebase.
But you have to be more specific for what do gonna use it and the amount and type of data you want to store. -
https://firebase.google.com/docs/...
www.meteor.com
https://neo4j.com (graph database)
www.mongodb.com
https://www.postgresql.org
www.mariadb.com
www.couchdb.com
bayesDB (predictive database)
http://probcomp.csail.mit.edu/bayes... -
rebelt2i428yOr create your database and also create your own API to communicate with your server and this will connect to the databasr.
Never directly connect to it! -
Thanks for the responses! It seems that I need a structured database like sqlite because I have sets of time series data with timestamps. How do I make a shared database where everyone can write to it in this case?
-
Sql lite, the lite in its name says it... its intended for prototyping, not for production.
You can get a MySQL database by nearly every webhosting.
Related Rants
!rant
I wanna have multiple users be able to write data into one central database from their phones where the database will be storing potentially millions of data. Is it possible? If so, how do I do it?
undefined
database
help