New Database Tools Scripts for Web
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 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...
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...
Google Drive CMS is an open source JavaScript library that can fetch the content of a Google Drive spreadsheet, break it into smaller pieces and use it inside an application, either for processing operations or for simply dumping content on a page.This...
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...
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 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 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...
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...
The MongoDB database is a document-oriented NoSQL database, perfect for high intensive load environments.The MongoDB Python Driver enables developers to write apps that connect, store and retrieve information from a MongoDB database.This is a MongoDB...