pgShark

pgShark 0.2

pgShark is obviously inspired by WireShark, a handy state of the art network protocol analyzer.pgShark works kind of the same way, only it targets network traffic going to a PostgreSQL database.Developers can use this feature to build a wide array of...

InfluxDB

InfluxDB 0.9.0 updated

InfluxDB was written in Google's new Go language and has been open sourced for easier and faster development.The database engine itself has no external dependencies which allows it to be installed on most operating systems that can run Go.The entire...

Adminer

Adminer 4.2.2 updated

Can be used as an alternative to phpMyAdmin, but it is easier to use because it consists of a single file ready to deploy to the server.Adminer is available in Czech, Chinese, Dutch, English, Estonian, French, German, Italian, Russian, Slovak, Spanish and...

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

Sequelize

Sequelize 3.9.0 updated

Sequelize works on the principle of mapping database entries to JS objects and vice versa. This is because JS objects are very well documented and JavaScript itself was modeled to deal with array structures much better than with SQL tables. This enables a...

Apache HBase

Apache HBase 1.2.0 updated

Apache HBase was modeled after Google's internal BigTable database system and was built atop the famous Apache Hadoop data processing framework and distributed computing engine. Because it was built on Hadoop, some of its cool features are also inherited...

Moped

Moped 2.0.7 updated

MongoDB is a document-oriented database, perfect for high intensive load environments. The driver will allow Ruby apps to save, retrieve, write and use data stored in MongoDB databases. Moped exposes a simple, elegant, fast and well tested MongoDB-Ruby...

The IP2Location database is a well-known system for supporting basic IP-to-geo conversions.IP2Location makes it possible for developers to create geo-aware services and products, dynamically reading user IPs and providing the appropriate set of features...