Blogs are updated every hour. Blogs with voting buttons are updated as soon as an article is published.
| 0 |
Algorithm for Automatic Cache Invalidation: Jakub Łopuszański describes in much detail and with examples an algorithm for cache invalidation: Imagine a bipartite graph which on the left hand side has one vertex per each possible subspace of a write query,... 0 Published 17 days ago in
myNoSQL • NoSQL Databases and...: Profile, Details
|
| 0 |
mod_redis: This Apache module uses a rule-based engine (based on regular expression parser) to map URLs to REDIS commands on the fly. It supports an unlimited number of rules and can match on the full URL and the request method (GET, POST, PUT or DELETE) ... 0 Published 36 days ago in
myNoSQL • NoSQL Databases and...: Profile, Details
|
| 0 |
Why I Love NodeJS and Redis | Erronis: Erwin van der Koogh: All of this allows me, a fairly decent Java developer with hardly any Javascript skills, to solve real world problems in record time. And that’s why I love Node and Redis. It’s perfect if it work... 0 Published 50 days ago in
myNoSQL • NoSQL Databases and...: Profile, Details
|
| 0 |
Another Redis-Based Queue for Python: Introducing RQ: Vincent Driessen creates RQ as an alternative to Celery inspired by Resque: I wanted a solution that was lightweight, easy to adopt, and easy to grasp. So I devised a simple queueing library for Python... 0 Published 53 days ago in
myNoSQL • NoSQL Databases and...: Profile, Details
|
| 0 |
In-Memory Key-Value Store in C, Go and Python: Graham King: On paternity leave for my second child, I found myself writing an in-memory hashmap (a poor-man’s memcached), in Go, Python and C. I was wondering how hard it would be to replace memcached, if we... 0 Published 65 days ago in
myNoSQL • NoSQL Databases and...: Profile, Details
|
0![]() |
Redis: Hell Yeah Take 2: Redmonk’s James Gavernor in a sort of a documented Redis? Hell yeah!: Indeed mentions on HackerNews is just a sign of breaking the awareness threshold. But with awareness comes adoption. The only thing that remains to be establish... 0 Published 70 days ago in
myNoSQL • NoSQL Databases and...: Profile, Details
|
| 0 |
Redis 2.6 Is Near: The old list of features to be included in Redis 2.6 got a lot longer and Salvatore Sanfilippo provides an updated version of the goodies to come: Well, for one time, a delay is not a signal that something is wrong. What happened is sim... 0 Published 88 days ago in
myNoSQL • NoSQL Databases and...: Profile, Details
|
| 0 |
It’s impossible to always have the right answers to all the questions. So this time I’ll have to ask you all: why only some NoSQL databases are present in managed hosting offers? The first wave of NoSQL managed hosting services brought MongoDB, CouchDB, a... 0 Published 95 days ago in
myNoSQL • NoSQL Databases and...: Profile, Details
|
0![]() |
I’ve created the diagram above based on brief answer on Quora: We use python + heavily-modified Django at the application layer. Tornado and (very selectively) node.js as web-servers. Memcached and membase / redis for object- and logical-caching, respe... 0 Published 100 days ago in
myNoSQL • NoSQL Databases and...: Profile, Details
|
| 0 |
In the last few days I’ve read about some new NoSQL hosting solutions: Cassandra: managed hardware & software hosting: Per node: Intel Dual Quad-core (8 cpu’s), 16gb of memory, 2tb primary storage + 500gb commitlog drive 5 public ip addresses, 1000Mbps pr... 0 Published 100 days ago in
myNoSQL • NoSQL Databases and...: Profile, Details
|
| 0 |
Redis Pipelining Explained with Ruby Code: Albert Callarisa Roca demoes pipelining in Redis using some basic Ruby code. Remember that saving round trips equals reduced latency => happier users. Original title and link: Redis Pipelining Explained with Rub... 0 Published 100+ days ago in
myNoSQL • NoSQL Databases and...: Profile, Details
|
| 0 |
It’s the redis-benchmark. In Salvatore’s words: a little known feature of redis-benchmark introduced recently by Pieter Noordhuis is that you can benchmark any command you want (only available in Redis unstable branch, but you can use redis-benchmark from... 0 Published 100+ days ago in
myNoSQL • NoSQL Databases and...: Profile, Details
|
| 0 |
Redis: The Tool I Never Forget When Managing User Presence, Software Caches, Counters, Sessions: Vishal Shah: As a software architect, the hardest thing to do is pick the right tool for the job while balancing complexity, cost, performance and learning. A... 0 Published 100+ days ago in
myNoSQL • NoSQL Databases and...: Profile, Details
|
| 0 |
Just a few days after posting about Reddish: a hosted visual admin and data analysis tool for Redis, here is another project that tries to provide the same range of functionality, but is self-hosted. Redmon, a Sinatra based project, is still in the early... 0 Published 100+ days ago in
myNoSQL • NoSQL Databases and...: Profile, Details
|
| 0 |
Interesting pull request submitted to Redis by Pierre-Yves Ritschard: This is similar to what snowflake and the recent boundary solution do, but it makes sense to use redis for that type of use cases for people wanting a simple way to get incremental ids ... 0 Published 100+ days ago in
myNoSQL • NoSQL Databases and...: Profile, Details
|
| 0 |
Let’s start the year with a quick review of the latest releases that happened in December. Make sure that you scroll to the end as there are quite a few important ones. MongoDB 2.0.2 Announced on Dec.15th, MongoDB 2.0.2 is a bug fix release: Hit config se... 0 Published 100+ days ago in
myNoSQL • NoSQL Databases and...: Profile, Details
|
0![]() |
Factual API Powered by Node.js and Redis: Continuing my search for non trivial node.js + NoSQL database application, here’s Factual stack for serving their API: Factual architectural components: Varnish HAProxy Node.js Redis Solr Why Node.js? We chose N... 0 Published 100+ days ago in
myNoSQL • NoSQL Databases and...: Profile, Details
|
| 0 |
Visualizing Wikipedia Update Stream With Redis Pub/Sub and Node.js: Fascinating story about the volume of edits happening on Wikipedia and how using Redis Pub/Sub and node.js helped building some visualization tools—wikistream and wikipulse—for the activi... 0 Published 100+ days ago in
myNoSQL • NoSQL Databases and...: Profile, Details
|
| 0 |
Instagram Impressed by Redis Hashes Space Efficiency: The size difference was pretty striking; with our 1,000,000 key prototype (encoded into 1,000 hashes of 1,000 sub-keys each), Redis only needs 16MB to store the information. Expanding to 300 million k... 0 Published 100+ days ago in
myNoSQL • NoSQL Databases and...: Profile, Details
|
| 0 |
A new version of Redis is available for download and it is a recommended upgrade for all users as it addresses a potentially serious issue in jemalloc. The complete list of changes: [BUGFIX] jemalloc upgraded to version 2.2.5, previous versions had a po... 0 Published 100+ days ago in
myNoSQL • NoSQL Databases and...: Profile, Details
|
| 0 |
Griffon and NoSQL Databases: Andres Almiray: The following list enumerates all NoSQL options currently supported by Griffon via plugins: BerkeleyDB CouchDB Memcached Riak Redis Terrastore Voldemort Neo4j Db4o Neodatis The first 7 are Key/Value stores. Ne... 0 Published 100+ days ago in
myNoSQL • NoSQL Databases and...: Profile, Details
|
| 0 |
NoSQL: A Three-Horse Race: James Philips (Couchbase) quoted by Curt Monash: NoSQL is simply a three-horse race between Couchbase, MongoDB, and Cassandra. Off the top of my head I could name at least two other projects that are either having numerous dep... 0 Published 100+ days ago in
myNoSQL • NoSQL Databases and...: Profile, Details
|
0![]() |
Redis 2.4: Massive Decrease in Memory Usage: Robert Schultz compares the memory consumption in Redis 2.2 vs Redis 2.4. Results are impressive: Before throwing more RAM into the box, I decided to try updating to redis 2.4 as I had read a blog post that it... 0 Published 100+ days ago in
myNoSQL • NoSQL Databases and...: Profile, Details
|
| 0 |
Redis-Based MOM: Redis for Processing Payments: Santosh Kumar: As you work more with Redis you soon start finding yourself building out workflows, i.e. small pieces of code that talk to each other via Redis. For someone familiar with a Service Oriented a... 0 Published 100+ days ago in
myNoSQL • NoSQL Databases and...: Profile, Details
|
| 0 |
Building a RSS Feed Processor With Redis: A complete example of how prioritization of queues in BLPOP works: In this post, I am going to use Redis’ atomic and blocking facilities to build a multi-step RSS feed processor. Along the way, some of the topics... 0 Published 100+ days ago in
myNoSQL • NoSQL Databases and...: Profile, Details
|
| 0 |
CouchDB and Redis: Strengths and Weaknesses: Knowing the strenghts and weaknesses of each of them could help making a decision. But do not fall for comparing them: I’ve compiled a simpler item-by-item comparison of CouchDB and Redis, and it appears to be... 0 Published 100+ days ago in
myNoSQL • NoSQL Databases and...: Profile, Details
|
| 0 |
Building an Ad Network Ready for Failure: The architecture of a fault-tolerant ad network built on top of HAProxy, Apache with mod_wsgi and Python, Redis, a bit of PostgreSQL and ActiveMQ deployed on AWS: The real workhorse of our ad targeting platform w... 0 Published 100+ days ago in
myNoSQL • NoSQL Databases and...: Profile, Details
|
| 0 |
A Resque, the Redis backed background jobs tool, screencast by the Railscasts peeps. The 12 minutes video is available after the break and you can download the source code from the Railscast website. Original title and link: Screencast: Background Jobs... 0 Published 100+ days ago in
myNoSQL • NoSQL Databases and...: Profile, Details
|
| 0 |
Node.js, Redis and Web Sockets for Instagram Realtime API: Alon Salant forked and upgraded the Instagram realtime demo sourcecode to allow anyone to play with latest versions of Node.js, Redis, and the Instagram real-time API—3 cool projects du jour. Or... 0 Published 100+ days ago in
myNoSQL • NoSQL Databases and...: Profile, Details
|
0![]() |
Redis Based Triplestore Database: Using Redis as a triple store back-end requires an interesting combination of data types, operations, and multi-commands: Combination of SUNIONSTORE, SINTERSTORE, SDIFFSTORE, SORT and similar commands allows for intere... 0 Published 100+ days ago in
myNoSQL • NoSQL Databases and...: Profile, Details
|
| 0 |
Rate Limiting With Redis: Rate limiting can be an effective way of conserving resources and preventing automated or nefarious activities on your site. The key issues to address when designing a solution are: How do we incorporate time given that it’s a c... 0 Published 100+ days ago in
myNoSQL • NoSQL Databases and...: Profile, Details
|
| 0 |
Using Redis to Control Recurring Sets of Tasks: Alex Rockwell: Problem: Create an application to check the availability of a large number of URLs. This list is constantly changing and every url must be checked at a specific interval (e.g., every minute)... 0 Published 100+ days ago in
myNoSQL • NoSQL Databases and...: Profile, Details
|
| 0 |
The workshop takes you through creating a Sinatra application using sample code from here . Once the Sinatra application which leverages Twitter is working, the workshop then takes you through adding Redis to your application. Finally the workshop ends a... 0 Published 100+ days ago in
myNoSQL • NoSQL Databases and...: Profile, Details
|
| 0 |
A while back Eric Florenzano has published a post describing how Convore is using Redis Pub/Sub. There were a couple of things in that post that made me reach out to Eric for more details. Eric obliged: Alex: Why did you go with Celery and Redis? Even Cel... 0 Published 100+ days ago in
myNoSQL • NoSQL Databases and...: Profile, Details
|
| 0 |
Redis: A technique for Verifying Propagation of Writes: Interesting idea on how to emulate in Redis MongoDB’s db.runCommand( { getlasterror : 1 , w : 2 } )[1] to verify propagation of writes: Have client establish two connections - one to master Redis an... 0 Published 100+ days ago in
myNoSQL • NoSQL Databases and...: Profile, Details
|
| 0 |
Three stories about Redis and eventmachine: From Scotland Ruby 2011, Martyn Loughran: I’ll tell three stories about the building of our web services Panda and Pusher. Three interesting problems which we solved simply and elegantly using eventmachine and ... 0 Published 100+ days ago in
myNoSQL • NoSQL Databases and...: Profile, Details
|
| 0 |
Best definition[1]: Redis is a collection of data structures exposed over the network I couldn’t find who’s the author. ↩ Original title and link: What is Redis? (NoSQL databases © myNoSQL) 0 Published 100+ days ago in
myNoSQL • NoSQL Databases and...: Profile, Details
|
| 0 |
A two-part article — part 1 and part 2 — introducing Redis using .NET: The basic idea of this series of articles is to introduce the concept of using redis as a database for actual movement of data between a collection of loosely coupled components. Sinc... 0 Published 100+ days ago in
myNoSQL • NoSQL Databases and...: Profile, Details
|
| 0 |
Redis with Lua Server-Side Scripting: One of the reasons I’m positive about integrating scripting into Redis in the near future (but don’t take this as a promise!) is that is almost our only salvation from making Redis bloated. […] But everybody has a di... 0 Published 100+ days ago in
myNoSQL • NoSQL Databases and...: Profile, Details
|
| 0 |
Tim Lossen’s presentation about the evolution of wooga’s architecture (Facebook games) from using sharded MySQL to a polyglot persistence solution based on master/slave Redis and master/slave MySQL, with pluses and minuses: Redis to the Rescue? Orig... 0 Published 100+ days ago in
myNoSQL • NoSQL Databases and...: Profile, Details
|
| 0 |
Nedis: Redis Implemented With Node: Nedis is a (partial) redis implementation written with node. Primarily for fun, however as our team grows larger, and as we add more non-technical team members over at LearnBoost I figured it would be nice help prevent... 0 Published 100+ days ago in
myNoSQL • NoSQL Databases and...: Profile, Details
|
| 0 |
The realtime web with gevent, socket io, redis and django: To show you how to achieve this we are going to build a quick Tic Tac Toe application using SocketIO, gevent, redis, and Django. Not a revolutionary app, but you can get all the code and see how... 0 Published 100+ days ago in
myNoSQL • NoSQL Databases and...: Profile, Details
|
| 0 |
redisfs - a Replication-Friendly Filesystem: The notion of a replication-friendly storage system inspired me to build a filesystem around it, using the FUSE system. Masterless peer-to-peer sounds better than master-slave replication. Just check the oth... 0 Published 100+ days ago in
myNoSQL • NoSQL Databases and...: Profile, Details
|
| 0 |
Redis: Le système de cache parfait: I love how this sounds in French: Après 3 ans d’une histoire d’amour fidèle avec Memcached; le serveur de cache notamment utilisé par Facebook, Youtube ou Twitter; je suis au bord de la rupture après avoir rencontré r... 0 Published 100+ days ago in
myNoSQL • NoSQL Databases and...: Profile, Details
|
| 0 |
Written in C, supporting HTTP 1.1 pipelining, using only GET and POST and making Redis commands part of the URI, with output in multiple formats (json, bson, txt, raw), ready to be forked or used on GitHub Original title and link: Webdis: A Redis HTTP I... 1 Published 100+ days ago in
myNoSQL • NoSQL Databases and...: Profile, Details
|
| 0 |
nodechat.js – Using node.js, backbone.js, socket.io, and redis to make a real time chat app: Geek fun: take node.js and a NoSQL database — usually it is MongoDB, CouchDB, or Redis, but adventurous types could even try Riak, HBase, or Cassandra — and creat... 0 Published 100+ days ago in
myNoSQL • NoSQL Databases and...: Profile, Details
|
| 0 |
Salvatore Sanfilippo summarizes the new Redis release in the Hacker News thread: 2.2 was exactly an “optimization” release, to bring what we had at a better level of maturity. Basically we’ll try hard to don’t add things to the API in the next releases, ... 0 Published 100+ days ago in
myNoSQL • NoSQL Databases and...: Profile, Details
|
| 0 |
Convore Usage of Redis Pub/Sub: Eric Florenzano describing the architecture of the newly launched Convore website: Now a task is sent to Celery (by way of Redis) notifying it that this new message has been received. This Celery task now increments the un... 0 Published 100+ days ago in
myNoSQL • NoSQL Databases and...: Profile, Details
|
| 0 |
Leaderboards using Redis: A How-To Guide: At the studio I had discussed with colleagues the possibility of using Redis, an advanced key-value storage engine, for leaderboards. In less than an hour, I had the set of Redis commands using their sorted set d... 0 Published 100+ days ago in
myNoSQL • NoSQL Databases and...: Profile, Details
|
| 0 |
Silver: database cacher, indexer and searcher Probably because Silver was released by a publisher, this new open source library got some press today: Enter Silver. Silver is designed to be a simple, lightweight wrapper for all your calls to a database th... 0 Published 100+ days ago in
myNoSQL • NoSQL Databases and...: Profile, Details
|
Page 1 out of 20:
Blogs with invalid RSS feeds, or feeds that contain more than 50 posts are not included in TopBlogLog. Blogs that spam can be removed from the main page or deleted from TopBlogLog.
Categories