Bdd
- 22 novembre 2011 Une courte introduction à Redis | Barre Verte !
- 22 novembre 2011 URL Shortener Service Using Redis - Violet Hill
- 21 novembre 2011 Luke Melia » Redis in Practice: Who’s Online?
- 21 novembre 2011 The NOSQL Tapes
- 16 novembre 2011 Pragmatic Programming Techniques: Distributed UUID Generation
- 16 novembre 2011 java - Distributed sequence number generation? - Stack Overflow
- 16 novembre 2011 Code: Flickr Developer Blog » Ticket Servers: Distributed Unique Primary Keys on the Cheap
- 16 novembre 2011 Instagram Engineering • Sharding & IDs at Instagram
- 16 novembre 2011 Karl Seguin
- 16 novembre 2011 The Little MongoDB Book
- 16 novembre 2011 Auto Complete with Redis
- 15 novembre 2011 Redis: Zero to Master in 30 minutes - Part 1
- 30 juin 2011
jeremyevans/sequel - GitHub
Sequel: The Database Toolkit for Ruby
- 5 décembre 2009
WhoSampled - Discover and Discuss Music Samples and Cover Songs
ultimate database of sampled music and cover songs
- 3 août 2009
scala-migrations - Project Hosting on Google Code
Scala Migrations is a library to manage upgrades and rollbacks to database schemas. Migrations allow a source control system to manage together the database schema and the code using the schema. It is designed to allow multiple developers working on a project with a database backend to design schema modifications independently, apply the migrations to their local database for debugging and when complete, check them into a source control system to manage as one manages normal source code. Other developers then check out the new migrations and apply them to their local database. Finally, the migrations are used to migrate the production databases to the latest schema version.
- 3 août 2009 Sony Pictures Imageworks - Open Source - Scala Migrations
- 2 juillet 2009
osmos - Google Code
Osmos provides on-disk ordered key-value tables for Erlang, based on a sort-merge machine with user-defined merging semantics. This allows a very high volume of updates to be handled efficiently while still supporting a variety of useful operations with transactional safety, e.g., adding to a counter, taking the union of sets, or simply replacing a record.
Osmos is ideal for situations where updates are much more frequent than queries, for example, collecting statistics for reporting, and periodically generating reports.
- 19 juin 2009
flatula - Google Code
flatula is a simple write-once database for Erlang that provides an easy way to remember a piece of data, then look it up later using a compact identifier. See FlatulaHowTo for a brief introduction and tutorial.
- 30 novembre 2008 DanNorth.net » What’s in a Story?
- 9 octobre 2008 MySQL vs PostgreSQL