Not only Sql

TwitterFacebook
Get flash to fully experience Pearltrees
Pour le premier billet de web-tambouille, rien de mieux qu'un retour de la journée WebWorkersCamp10 , un Barcamp orienté Web et Javascript, organisé à La Cantine par af83 . Cet évènement s'est déroulé hier, samedi 30 octobre, et nous a tenu en haleine toute la journée avec des sessions toutes plus intéressantes les unes que les autres. http://www.web-tambouille.fr/tag/Node.js

Node.js - Web Tambouille

a stupid twitter implementation using redis + Python — Gist

return self . recherche_utilisateurs ( self . redis . sinter ( 'user: %d :suiveurs' % utilisateur . id , 'user: %d :sAbonne' % utilisateur . id )) https://gist.github.com/1391648
Server backed sessions (where the browser is given a random cookie value which is then associated with a larger chunk of serialized data on the server) are a very poor fit for relational databases. They are often created for every visitor, even those who stumble in from Google and then leave, never to return again.

Redis tutorial, April 2010 - by Simon Willison

http://simonwillison.net/static/2010/redis-tutorial/
Posted: March 23rd, 2010 | Author: Adam | Filed under: NoSQL , programming , Python , Redis | 5 Comments » http://degizmo.com/2010/03/23/redis-relations-in-a-nosql-world/

Blog Archive » Redis: Relations in a NoSQL world

Une courte introduction à Redis | Barre Verte !

Quand il s’agit de faire persister ses données, la seule option qui semble disponible est d’utiliser un SGBDR (une base de données relationnelle, telle que MySQL ou Oracle). Mais on se rend parfois compte qu’un seul outil ne peut résoudre tous les problèmes. Ainsi, si on ne dispose que de marteaux, on aura tendance à voir des clous partout. http://www.barreverte.fr/une-courte-introduction-a-redis
http://nosql.af83.com/fr afterSQL est une offre de service dédiée au NoSQL. Les technologies NoSQL atteignent constamment des niveaux de performances plus élevés.

afterSQL by af83 - Performance Extrême avec le NoSQL

What the HTTP is CouchApp? - CouchApp.org

In the bad old days (2008 and earlier), if you wanted to write a dynamic database-backed web application, you had to have an architecture that looked like a layer cake: http://www.couchapp.org/page/what-is-couchapp
2. cmake: Download the cmake-2.6.0.tar.gz from http://www.cmake.org/ and build and install it according to the site: ./bootstrap make make install The default install dir is /usr/local, please go to /usr/local/bin to have a look. 2. http://markmail.org/message/dbbmxz32mlt2ruwp

Re: How to install Hypertable for our new users? - Schubert Zhang - com.googlegroups.hypertable-user - MarkMail

db4o : API: Java, C#, .Net Langs , Protocol: language , Query Method: QBE (by Example), Soda, Native Queries, LINQ (.NET) , Replication: db4o2db4o & dRS to relationals , Written in: Java , Cuncurrency: ACID serialized , Misc: embedded lib, Links : DZone Refcard #53 » , Book » ,

NOSQL Databases

http://nosql-database.org/

NoSQL Europe : Bases de données orientées colonnes et Cassandra | Blog Xebia France

Les bases de données orientées colonnes forment une évolution du stockage clé-valeur différente de leurs cousines orientées documents.
25 April, 2012: release 0.10.0 available This release include boolean datatype, nested cross/foreach, JRuby udf, limit by expression, split default destination, tuple/bag/map syntax support and map-side aggregation. This release introduces control structures, changes query parser, and performs semantic cleanup.

Pig Releases

Source The source code is available for download under the MIT License over at GitHub . To checkout the latest version using git, clone the main repository:

MongoEngine

Nous avons beaucoup entendu parler au cours de cette année 2010 de la technologie émergente NoSQL .

MongoDB en pratique | Blog Xebia France

Getting started with mongoDB and Python | Giant Flying Saucer

Today I’m going to cover getting started with mongoDB using Python .