Top Database Tools Scripts for Web
TempoDB is a database service for optimal storage time-series data.This library allows developers to create Python apps that interact, store, query and modify data within a TempoDB database.via their public REST API.Other TempoDB API client libraries...
Written in PHP, BIKE allows programmers to interact with a database via a web browser.Perfect for remote databases or a getting more organized query resultsFeatures:Records up to 40 recent queries
Twitter Bootstrap based interface
AJAX...
Agamemnon uses Pycassa to transform Apache Cassandra into a graph database, even if this wasn't Cassandra's main original purpose.Besides Cassandra, Agamemnon also took inspiration from Neo4j when it built its API, another great graph database system, but...
Danpu works only with MySQL databases, uses little server memory, and generates standards compliant SQL dump files that can easily be restored at later points.Danpu can be used with any database size, even with large database structures.It can handle...
The "MySql database backup" PHP script is incredibly easy to setup and can be configured to easily create a local backup for all the databases on a MySQL server.The script works by dumping the content of each database into a .sql file, which is then...
Apache Commons DbUtils is not an ORM built on JDBC, but merely a set of tools that upgrade JDBC with even more features, developed by the fine folks at the famous and hugely prodigious Apache Foundation.DbUtils simplifies the process of running a query or...
In the meantime, SQLite has become an unofficial de-facto standard for storing data on the client's side.SQLite has actually become so successful these days that an official extension has even been included with the newer PHP 5.x branch by...
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...
Twitter uses it for retrieving information from a large data set, information so large that it can't be stored in one computer alone.This means that the needed data is scattered across many network servers, and hard to query without running multiple...
SlimScrooge analyzes DB queries and slims them down to only the content asked in the query, with no additional data being returned in the results besides the one asked for.This reduces a databases CPU load and improves bandwidth usage and query...