CockroachDB

CockroachDB alpha

CockroachDB is a relatively new database engine, created following the NoSQL key-value data storage principle.This approach allows the CockroachDB engine to be easily (horizontally) scaled while developers can have a high level of control over the data's...

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

Ming

Ming 0.5.2 updated

MongoDB is database server written in C++. It follows the NoSQL, key-value store system and is scalable, high-performance and open sourced.Ming was written to allow developers to query, interact and automate some MongoDB database operations using Python...

Cayley

Cayley 0.4.1 updated

Cayley is in the same realm as other database engines like Agamemnon, ArangoDB, OrientDB, Titan, Neo4J, and Twitter's Flock. They all use basic graph structures to store data and access it using a classic key-store system, making them all NoSQL...

BigDump

BigDump 0.36b updated

This script allows you to import of large and very large MySQL Dumps (like phpMyAdmin 2.x Dumps) even through the web-servers with hard runtime limit and those in safe mode.The script executes only a small part of the huge dump and restarts itself....

Apache Sqoop

Apache Sqoop 1.4.6 / 1.99.6 updated

Apache Sqoop is a must-have tool for every database administrator, letting them easily move data between the Hadoop NoSQL database to more classic database systems like PostgreSQL, MSSQL, MariaDB, or MySQL - a.k.a. relational databases.Sqoop basically...

Stickshift

Stickshift 1.5.1

Stickshift aids developers in viewing an SQL query's information in a much coherent way.While Web-based database GUIs use datagrids to display database query results, Stickshift optionally renders stacked, line, or map charts out of the information as...

sqlparse

sqlparse 0.1.15 updated

The module provides support for parsing, formatting and splitting SQL statements.Can be used for parsing and interpreting SQL statements, reprinting them on screen for user analysis.What is new in this release:Bug Fixes: Improve parsing of floats. When...