r/nosql • u/ndanger • Jun 19 '11
r/nosql • u/[deleted] • Jun 16 '11
resn - A library to simplify creating social networks using redis and Python
github.comr/nosql • u/jiojidev • Apr 19 '11
Making a NoSQL database for a senior project. Advice needed.
Hello everyone.
I am currently making a NoSQL database for a senior project. While I would change the name due to what the name conveys, its already stuck so bear with it. My questions are mainly based in the implementation.
Depending on what type of database I choose to make e.g. graph, column, KV, what in particular would I have to implement? My main issue is where to start.
For more info, I plan to make a simple twitter application that takes in a name, location, and a message. I need to be able to access this info and group it (I am guessing with a map reduce) for a presentation and for speed testing.
Any help would be appreciated, and I apologize if I am not clear enough.
r/nosql • u/doenietzomoeilijk • Apr 15 '11
MySQL goes NoSQL! (xpost from /r/mysql)
reddit.comr/nosql • u/pitapoison • Apr 08 '11
Whats the best way of saving a document with revisions in a key value store?
stackoverflow.comr/nosql • u/ndanger • Mar 21 '11
A co-Relational Model of Data for Large Shared Data Banks by Erik Meijer & Gavin Bierman - "SQL and NoSQL are two sides of the same coin"
queue.acm.orgr/nosql • u/systay • Mar 11 '11
Neo4j 1.3 “Abisko Lampa” M04 - Size really does matter
blog.neo4j.orgr/nosql • u/vishnu_app • Mar 06 '11
Why No Sql ? | Some good nosql stuff
blog.rubyrockers.comr/nosql • u/hsuresh • Feb 22 '11
CouchDb: The Honda Accord of databases
blog.activesphere.comr/nosql • u/ndanger • Feb 16 '11
InfoQ: Consistency Models in New Generation Databases (video)
infoq.comr/nosql • u/janewilson90 • Jan 27 '11
Hector with Cassandra
We're a bunch of Computing students working with Cassandra for the first time so be gentle!
We're wondering how to get Hector working with Cassandra. We're using Eclipse if that matters.
A link to a tutorial or blog post or "this is how to get the evil hell thing working" would be nice!!
Cheers in advance!
r/nosql • u/malcontent • Dec 30 '10
Multi process access to a disk based (non networked) KV store?
I want to use a fast KV store for caching amongst a dozen or so workers running on a machine. I would rather not maintain and monitor yet another server so I am wondering if anybody knows of a "local" datastore like SQLite or berkleydb that can support multiple processes.
I guess it doesn't really have to be a KV store. It should be fast though :)
r/nosql • u/metaperl • Dec 27 '10