Nosql links and notes
Allikas: Lambda
Sisukord
Intro to the field from Wikipedia
Most popular actual nosql databases
- mongodb document database, see data modeling patterns (several pages, follow links at end) and how to query. Alternatively, this is an OK tutorial
- neo4j graph database, see what is a graph database and cypher query language
Several nosql database overviews
May be interesting to skim through
- popularity ranking of all databases, not just nosql. NB! not an actual usage ranking.
- https://www.improgrammer.net/most-popular-nosql-database/
- https://www.trustradius.com/nosql-databases
Important nosql databases
Starting with the popular ones and continuing with the random selection of less used ones:
- http://docs.mongodb.org/manual/
- http://www.neo4j.org/
- http://redis.io/documentation
- http://guide.couchdb.org/editions/1/en/index.html
- http://tarantool.org/ sealt http://tarantool.org/tarantool_user_guide.html#language-reference
- http://docs.basho.com/riak/latest/
- http://graphbase.net/
- http://en.wikipedia.org/wiki/EXtremeDB sealt
- http://www.mcobject.com/EmbeddedDatabaseWhitePapers.htm
- http://www.inf.usi.ch/projects/sprint/
- http://jena.apache.org/
Our own nosql database
Random fancier technical stuff
See what people are working on and thinking about: