Predis

Predis 1.0.3 updated

In simpler terms Predis is just a PHP abstraction layer for Redis. This means developers can use PHP-specific syntax to create & run database queries and retrieve query results at the same time. Predis allows them to focus on their PHP skills without...

Apache Drill

Apache Drill 1.4.0 updated

Apache Drill was created to allow developers to query up to 10,000 servers and handle petabytes of query data within seconds. Drill is Apache's response to Google's Dremel package, providing an open source solution for running large data...

MinDB

MinDB 0.1.7 updated

MinDB is a JavaScript library that removes all the problems developers deal with when using localStorage across a series of browsers.It smooths out differences and provides a common interface for querying and running transactions on localStorage.The...

riak-js

riak-js 1.1.0 updated

Riak is a distributed, decentralized data key/value store system. Riak is written in Lisp and simplifies development by allowing developers the ability to quickly prototype, test, and deploy database-enabled applications. This client library allows...

PostGIS

PostGIS 2.1.8 / 1.5.8 / 2.2.0dev / 1.5.9SVN updated

This toolkit allows PostgreSQL to be used as a geographic information system (GIS). A geographic information system is a system designed for storing, manipulating, analyzing, managing, and presenting geographical data. PostGIS simply integrates all these...

Mongothon

Mongothon 0.7.19

Based on the Mongoose.js library, Mongothon implements an ODM (object-document model) for MongoDB NoSQL databases.This allows easier document management via simple Python calls instead of complicated code structures and hundreds of code lines.This means...