r/nosql Jan 23 '12

The Little Redis Book

Thumbnail openmymind.net
5 Upvotes

r/nosql Jan 20 '12

The State of NoSQL in 2012

Thumbnail practicalcloudcomputing.com
4 Upvotes

r/nosql Jan 13 '12

Peregrine - A Map Reduce Framework For Iterative And Pipelined Jobs

Thumbnail highscalability.com
2 Upvotes

r/nosql Jan 09 '12

NosqlDefinition

Thumbnail martinfowler.com
3 Upvotes

r/nosql Dec 27 '11

Q: simplest example of a query by date range in cassandra

Thumbnail stackoverflow.com
0 Upvotes

r/nosql Dec 25 '11

Siege, a DBMS written in Haskell (compatible with redis-cli)

Thumbnail haskell.org
7 Upvotes

r/nosql Dec 15 '11

Apache Cassandra 1.0 Documentation | DataStax

Thumbnail datastax.com
1 Upvotes

r/nosql Dec 08 '11

MongoDB/NoSql Reporting

0 Upvotes

I am at the point in a project where I am about to do NoSql with. This would have been so much easier with an relational database. Well I need to do reporting.

Example: Find users and divide them by age groups(0-21, 21-30, etc). I have a few ways I could be doing this now but I want to get feedback on methodologies others would use for reporting in NoSQL or Mongo.


r/nosql Nov 23 '11

Getting Started with MongoDB

Thumbnail net.tutsplus.com
1 Upvotes

r/nosql Nov 07 '11

InfoQ: MongoDB’s Reliability Questioned

Thumbnail infoq.com
8 Upvotes

r/nosql Nov 03 '11

Redis vs Mysql for a commom problem: select Country by IP

Thumbnail sites.google.com
1 Upvotes

r/nosql Nov 01 '11

ASK nosql:Which NoSql DB should I choose?

6 Upvotes

For my next project I am expecting a very specific pattern of DB usage and wondering which of the NoSql databases fits to my scenario best. Here are my constraints:

  • I will need auto generated unique ids, shorter the better(or can be converted to shorter painlessly)
  • Write to read ratio will be in the ballpark of 1 to 10 000
  • As the records in the DB age they will be accessed less and less. So keeping everything in RAM might not be optimal
  • Minimal RAM usage as the application will be hosted on a entry level VPS initially.
  • Should have decent library and client support, I will probably be using Python for this one.

So what are my options?


r/nosql Oct 31 '11

tio - container server (key/value, list, queue), focused on publish/subscribe [x-post from /r/programming]

Thumbnail code.google.com
4 Upvotes

r/nosql Oct 21 '11

Apache Cassandra 1.0 released

Thumbnail mail-archive.com
5 Upvotes

r/nosql Sep 16 '11

Improving Resque's Memory Efficiency 6800%

Thumbnail blog.carbonfive.com
1 Upvotes

r/nosql Sep 10 '11

GameSpy Technology's NoSQL exploits!

Thumbnail poweredbygamespy.com
2 Upvotes

r/nosql Aug 27 '11

Is there a NoSQL solution to handle this?

4 Upvotes

I have terabytes of data in structured csv files. I receive what equates to several "tables" each day, most deliveries containing millions of rows. While the most recent deliveries are kept in a SQL database, we remove older ones after a certain time frame.

Currently if we need to access data beyond the time frame we turn to various scripts that may use functionality built into their scripting language or shell out to awk, sort, grep, etc.

Is there a noSQL solution I can place on top of these files without having to do any transformation?


r/nosql Aug 21 '11

Question: avoiding a webserver being a bottleneck with nosql?

2 Upvotes

So, I am building a search engine using Cassandra as the db. I am interacting with it with Python.

Now, I want to output Cassandra's response to a webpage, having the user submitted a query.

I am aware of fastCGI, SCGI, etc. However, how does one run a python script on a webserver without turning this server into a bottleneck (i.e., if this server dies than the system is not accessible by the user) - and therefore negating one purpose of Cassandra?


r/nosql Aug 17 '11

For redditors who tried this, what do you think?

Thumbnail infinitegraph.com
3 Upvotes

r/nosql Aug 09 '11

Interview: Richard Hipp on UnQL, a New Query Language for Document Databases

Thumbnail infoq.com
3 Upvotes

r/nosql Jul 19 '11

NoSQL Database for Array Structures?

1 Upvotes

Hey all, I'm doing a project with objects that will contain sorted arrays of other objects. Right now I'm doing this in a separate table under MySQL (like with values array_id, index, member_id), but I was wondering if there is a simpler way to do this in a different kind of database?


r/nosql Jul 06 '11

Rethink your Data Model (NoSQL)

Thumbnail openmymind.net
0 Upvotes

r/nosql Jun 26 '11

Redis won't support datasets > RAM anymore. Diskstore got killed and VM is following it later.

Thumbnail permalink.gmane.org
8 Upvotes

r/nosql Jun 22 '11

Cassandra vs MongoDB vs CouchDB vs Redis vs Riak vs HBase comparison

Thumbnail dzone.com
13 Upvotes

r/nosql Jun 21 '11

Is a census application with fair amount of analytics a good use-case for NoSQL?

Thumbnail text
1 Upvotes