DbFacePHP

DbFacePHP 4.4 updated

Just like phpMyAdmin, DbFacePHP provides a visual editor for managing both database overall settings, its tables, their structure, and its recorded data. DbFacePHP is pretty easy to use and tries to abstract as many operations as possible, letting...

Presto

Presto 0.95

Presto is yet another of Facebook's custom database engines, which the company has been actively using for its products and yet decided to release it as an open source product nevertheless.Presto works on multiple servers at once, being a system you...

Moped

Moped 2.0.7 updated

MongoDB is a document-oriented database, perfect for high intensive load environments. The driver will allow Ruby apps to save, retrieve, write and use data stored in MongoDB databases. Moped exposes a simple, elegant, fast and well tested MongoDB-Ruby...

Infinispan

Infinispan 8.1.0 updated

Infinispan can be used in two ways. As a distributed cache system. Or as a powerful data grid, a highly scalable NoSQL key/value store database. Both ways provide a high degree of performance and have made Infinispan a common technology in mediums where...

django-redis

django-redis 4.2.0 updated

This package is an evolution of an older (abandoned) Django package for Redis, django-redis-cache.On top of the older code, some new features have been added, to keep track with the recent changes introduced with the newer versions of Redis.The package...

ArangoDB

ArangoDB 2.8.1 updated

ArangoDB is not your standard database if you've been working with MySQL all your life. There are serious differences between it and classic relational databases, ArangoDB being ideal for high-load and high-speed environments. It's a data storage system...

OrientDB

OrientDB 2.1.9 updated

OrientDB is written in pure Java and weighs around 500Kb of code. It is a professional solution for working with data that needs foremost to be easily accessible before being properly classified. This means OrientDB follows the key-value pair server...

Mongoid

Mongoid 5.0.0 updated

MongoDB is a document-oriented database, perfect for high intensive load environments. Mongoid is written in Ruby and it offers a familiar API for developers that previously used ORMs like Data Mapper or Active Record. Because of MongoDB's...