PgHero.sql is the project that inspired the PgHero Ruby Web app. This app provides the same functionality as PgHero.sql, only from a Web-based GUI.PgHero.sql does practically the same thing, only using SQL commands and working from the user's database...

MoSQL

MoSQL 0.4.3 updated

MoSQL works in real-time by streaming data found inside a MongoDB database to a remote (or local) PostgreSQL installation.It's sole purpose is to provide a fallback system in case the MongoDB server goes down, or data needs to be accessed in real-time by...

Bookshelf.js

Bookshelf.js 0.9.4 updated

Bookshelf.js was built using the Knex.js SQL query builder and allows developers to interconnect a database with their Node.js applications and websites.Since it is heavily based on Knex, all of its features are supported, meaning support for traditional...

PouchDB

PouchDB 5.2.0 updated

PouchDB is a complete implementation of the CouchDB storage and views API. PouchDB is written for IndexedDatabase (part of HTML5) and will allow applications and websites to continue working the same way even offline. When the user goes back online, all...

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...

FlockDB

FlockDB 1.8.5

FlockDB is used on Twitter to store social graphs, meaning the relations between various users.FlockDB was meant to hold little depth levels, but to be able to scale horizontally. This means it can store a small number of relations and relation types...

Hadoopy

Hadoopy 0.6.0

It is basically a Python library for MapReduce written in Cython.Features:Similar interface as the Hadoop API (design patterns usable between Python/Java interfaces) General compatibility with dumbo to allow users to switch back and forth Usable on Hadoop...