| Projects on Google Code | Results 1 - 10 of 11 |
See Saw is a key/value storage system which Javascript web applications can use to store & retrieve numeric values (integers or floats) in order to power other web applications.
See Saw uses JSON (Javascript Object Notation) for communication with the browser.
See Saw is written in Python and ...
===Contrabase는?===
* Contrabase는 [http://en.wikipedia.org/wiki/POJO POJO] 객체를 다룰 수 있는 간단한 분산처리 Key/Value 방식의 데이터스토어이다. 데이터베이스라고 주장하기에는 어렵기 때문에 데이터스토어라고 표현한다. 데이터를 분산시켜서, 어느정도 scalable한 환경에서 사용할 수 있는 것을 목표로 한다.
* 한 테이블 내에서, 자바 환경에서의 클래스 계층에 의한 다형성을, 테이블에서도 표현할 수 있는 방법을 제공한다. 이와 관련된 논문이 작성중이다.
...
=php-redis=
php-redis is KeyValue data development framework, which allows to easily implement data logic on top of Redis - powerful and fast KeyValue DB. The idea is to provide platform for building data model on top of it.
Right now framework consists of such elements:
* Connection pool
...
*Credis is a client library in plain C* written by [http://romfelt.se/jonas Jonas Romfelt] for communicating with Redis servers. Redis is a high performance key-value database, refer to [http://code.google.com/p/redis Redis project page] for more information.
Credis aims to be fast and minimalist...
An implementation of peer to peer key/value data storage influenced by Amazon's Dynamo and Google Bigtable.
This version is targeting the difficult task of starting small, but being able to grow big, utilizing the same computing infrastructure.
Simple Key Value Data Base
=phpredis=
This extension provides an API for communicating with [http://code.google.com/p/redis/ Redis database], a persistent
key-value database with built-in net interface written in ANSI-C for Posix systems. Have a look at the [http://code.google.com/p/phpredis/wiki/referencemethods availab...
*Redis 1.1.92 released! (also known as 1.2.0 release candidate 3)* (sorted sets, in memory integer compression, append-only file persistence mode, and many more! Check the [Redis_1_2_0_Changelog Redis 1.2.0 Changelog page] for more information). Currently the *stable release is the 1.0.x*.
Redis ...
redis,
KeyValue,
AnsiC,
database,
networking,
persistent,
lists,
sets,
atomic,
memcached,
Posix,
GPL,
dictionary,
hashTable
PHP client for Redis with Zend Framework integration and data structure wrappers
*Project moved to http://rediska.geometria-lab.net/