Tags : Browse Projects

Select a tag to browse associated projects and drill deeper into the tag cloud.

memcached

Compare

  Analyzed 1 day ago

memcached is a high-performance, distributed memory object caching system, generic in nature, but intended for use in speeding up dynamic web applications by alleviating database load.

52.5K lines of code

18 current contributors

25 days since last commit

221 users on Open Hub

Moderate Activity
4.47273
   
I Use This

riak

Compare

  Analyzed about 12 hours ago

Riak combines a decentralized key-value store, a flexible map/reduce engine, and a friendly HTTP/JSON query interface to provide a database ideally suited for Web applications.

208K lines of code

0 current contributors

8 months since last commit

19 users on Open Hub

Very Low Activity
5.0
 
I Use This

leveldb

Compare

  Analyzed about 16 hours ago

LevelDB is a library that implements a fast key-value store. Features * Keys and values are arbitrary byte arrays. * Data is stored sorted by key. * Callers can provide a custom comparison function to override the sort order. * The basic operations are Put(key,value) ... [More] , Get(key), Delete(key). * Multiple changes can be made in one atomic batch. * Users can create a transient snapshot to get a consistent view of data. * Forward and backward iteration is supported over the data. * Data is automatically compressed using the Snappy compression library. * External activity (file system operations etc.) is relayed through a virtual interface so users can customize the operating system interactions. [Less]

22K lines of code

15 current contributors

about 1 year since last commit

7 users on Open Hub

Very Low Activity
3.0
   
I Use This

M2Collections

Compare

  No analysis available

Modula-2 collections library. The library provides an API for collection ADTs, in particular: stacks, queues, double ended queues, priority queues, balanced binary search trees, patricia tries, dynamic arrays and hash tables to store arbitrary data. The hash table ADT allows data to be stored and ... [More] retrieved by reference or by copy, with built-in reference counting. All other ADTs allow data to be stored and retrieved by reference only. The library follows PIM4, it has no dependencies and it is platform independent. The library is tested with GM2 using option 'fpim4'. Under development. BSD style license. [Less]

0 lines of code

0 current contributors

0 since last commit

5 users on Open Hub

Activity Not Available
5.0
 
I Use This
Mostly written in language not available
Licenses: bsd

Lightning Database

Compare

  No analysis available

Lightning DB (aka MDB) is an ultra-high performance database using memory-mapped data. It is fully transactional with ACID guarantees and uses Multi-Version Concurrency Control and scales perfectly across large numbers of CPUs. It is also extremely compact, at only 35KB of object code for the ... [More] library. It is developed under the OpenLDAP Project but is also usable on its own. [Less]

0 lines of code

4 current contributors

0 since last commit

4 users on Open Hub

Activity Not Available
5.0
 
I Use This
Mostly written in language not available
Licenses: OpenLDAP_...

Sprout

Compare

  No analysis available

Sprout - A Database-agnostic Restful API to Key-value datastore for AppEngine and AppScale.

0 lines of code

0 current contributors

0 since last commit

1 users on Open Hub

Activity Not Available
5.0
 
I Use This
Mostly written in language not available
Licenses: apache_2

KVSlib

Compare

  No analysis available

C library for key-value storage. The library provides an API to create and use dynamic associative arrays for arbitrary data. Data may be stored and retrieved by copy or by reference. Stored data is reference counted to prevent dangling pointers. Optimised for fast lookups and large data sets. ... [More] Requires C99, no dependencies, platform independent. BSD style license. [Less]

0 lines of code

0 current contributors

0 since last commit

1 users on Open Hub

Activity Not Available
5.0
 
I Use This
Mostly written in language not available
Licenses: bsd

Open Travel Data

Compare

  Analyzed about 18 hours ago

Framework (scripts, configuration, code) to build free and public services around travel and leisure data. That project makes an extensive use of already existing data sources such as Geonames and dbPedia, and adds some glue around those (eg, links).

28.2K lines of code

7 current contributors

2 days since last commit

1 users on Open Hub

Moderate Activity
5.0
 
I Use This

cachelot

Compare

  Analyzed about 10 hours ago

Memcached compatible LRU cache library and distributed caching server. Cachelot has very small memory footprint and it is highly optimized. See benchmark charts on cachelot.io

8.28K lines of code

2 current contributors

about 1 year since last commit

1 users on Open Hub

Very Low Activity
0.0
 
I Use This

bitwrk-cafs

Compare

  Analyzed about 8 hours ago

Content-Addressable File System (used by BitWrk). This is the data caching back-end used by the BitWrk distributed computing software. See https://bitwrk.net/ for more info. Stores data in de-duplicated form and provides a remote-synching mechanism with another CAFS instance. Data no longer ... [More] referenced is kept in cache until the space is needed. Currently, data is not saved to persistent storage. [Less]

2.52K lines of code

1 current contributors

over 4 years since last commit

1 users on Open Hub

Inactive
0.0
 
I Use This