background preloader

Database

Facebook Twitter

Redis - Project Hosting on Google Code. MongoDB. MongoDB (from "humongous") is a cross-platform document-oriented database.

MongoDB

Classified as a NoSQL database, MongoDB eschews the traditional table-based relational database structure in favor of JSON-like documents with dynamic schemas (MongoDB calls the format BSON), making the integration of data in certain types of applications easier and faster. Released under a combination of the GNU Affero General Public License and the Apache License, MongoDB is free and open-source software.

First developed by the software company 10gen (now MongoDB Inc.) in October 2007 as a component of a planned platform as a service product, the company shifted to an open source development model in 2009, with 10gen offering commercial support and other services.[1] Since then, MongoDB has been adopted as backend software by a number of major websites and services, including Brave Collective, Craigslist, eBay, Foursquare, SourceForge, Viacom, and the New York Times, among others. Licensing and support[edit] CouchDB. Apache CouchDB, commonly referred to as CouchDB, is an open source database that focuses on ease of use and on being "a database that completely embraces the web".[1] It is a NoSQL database that uses JSON to store data, JavaScript as its query language using MapReduce, and HTTP for an API.[1] One of its distinguishing features is multi-master replication.

CouchDB

CouchDB was first released in 2005 and later became an Apache project in 2008. Unlike in a relational database, CouchDB does not store data and relationships in tables. Instead, each database is a collection of independent documents. Each document maintains its own data and self-contained schema. An application may access multiple databases, such as one stored on a user's mobile phone and another on a server. CouchDB implements a form of Multi-Version Concurrency Control (MVCC) in order to avoid the need to lock the database file during writes.

History[edit] In early 2012, Damien Katz left the project to focus on Couchbase Server.[7]

Mysql

Schema. DB2 Express-C, the developer-friendly alternative. Why DB2 Express-C?

DB2 Express-C, the developer-friendly alternative

DB2 Express-C is based on the same core technology as the DB2 Universal Database™ (UDB) Express Edition V8.2.2 product. DB2 Express-C is available on Linux® and Windows® platforms (32- and 64-bit) as a no-charge download from IBM. Amazon Web Services Developer Connection : ELASTRA Infinite Data. SQuirreL SQL Client Home Page. Introduction, Features and Screen Shots The SQuirreL desktop in Ocean Theme Introduction: Configure or add a driver.

SQuirreL SQL Client Home Page

Create an Alias. Features, Screen Shots Object Tree of Session window Right-click to access the popup menu which provides access to advanced script generation and graphing features. SQL Editor with code completion popup (ctrl+space) open Code completion can be used to access drop-down lists of options that include keywords, tables, columns, views, stored procedures. #i,item,product,category, (note the comma at the end) SQuirreL will expand it to: INNER JOIN product ON product.product_id = item.product_id INNER JOIN category ON category.category_id = product.category_id SQL Editor with tools popup menu (ctrl+t) With the tools popup any editor function can be located with only a single short cut: ctrl+t Additionally, the list can be searched incrementally with just a few keystrokes.

SQL Editor with bookmark selection popup (ctrl+j) Bookmarks are user-defined code templates. SQL Developer - Reviews. ERD Concepts 5. Data Modelling Tools.