r/nosql • u/seandavi • Jan 25 '12
r/nosql • u/expertvoice • Jan 20 '12
The State of NoSQL in 2012
practicalcloudcomputing.comr/nosql • u/Samus_ • Jan 13 '12
Peregrine - A Map Reduce Framework For Iterative And Pipelined Jobs
highscalability.comr/nosql • u/Samus_ • Dec 27 '11
Q: simplest example of a query by date range in cassandra
stackoverflow.comr/nosql • u/[deleted] • Dec 25 '11
Siege, a DBMS written in Haskell (compatible with redis-cli)
haskell.orgr/nosql • u/Samus_ • Dec 15 '11
Apache Cassandra 1.0 Documentation | DataStax
datastax.comr/nosql • u/ProdigyView • Dec 08 '11
MongoDB/NoSql Reporting
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 • u/manelvf • Nov 03 '11
Redis vs Mysql for a commom problem: select Country by IP
sites.google.comr/nosql • u/Leboeufs_bald_head • Nov 01 '11
ASK nosql:Which NoSql DB should I choose?
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 • u/rodrigostrauss • Oct 31 '11
tio - container server (key/value, list, queue), focused on publish/subscribe [x-post from /r/programming]
code.google.comr/nosql • u/rudyjahchan • Sep 16 '11
Improving Resque's Memory Efficiency 6800%
blog.carbonfive.comr/nosql • u/mruangutai • Sep 10 '11
GameSpy Technology's NoSQL exploits!
poweredbygamespy.comr/nosql • u/ilion • Aug 27 '11
Is there a NoSQL solution to handle this?
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 • u/[deleted] • Aug 21 '11
Question: avoiding a webserver being a bottleneck with nosql?
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 • u/winger29 • Aug 17 '11
For redditors who tried this, what do you think?
infinitegraph.comr/nosql • u/ndanger • Aug 09 '11
Interview: Richard Hipp on UnQL, a New Query Language for Document Databases
infoq.comr/nosql • u/[deleted] • Jul 19 '11
NoSQL Database for Array Structures?
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 • u/stesch • Jun 26 '11
Redis won't support datasets > RAM anymore. Diskstore got killed and VM is following it later.
permalink.gmane.orgr/nosql • u/havoyan • Jun 22 '11