List of Linux Databases and Database Related Links

Free Open Source as well as industrial strength Oracle, DB2, Informix and Sybase commercially supported databases are available for Linux. This has thrust Linux into the large enterprise data centers.

Related YoLinux Tutorials:

°MySQL on Linux

°PostgreSQL on Linux

°Apache, Tomcat, MySQL and Java

°YoLinux Tutorials Index




Free Information Technology Magazines and Document Downloads
TradePub link image


Databases:

Commercial Databases

SQL:

Non-SQL:

Other:


Open Source Databases

SQL:

Java based DB Software Products:

  • Apache Derby: open source relational database implemented entirely in Java. Derby is small enough to be embedded in Java applications or it can accessed in client/server mode using JDBC.
  • HSQL Database engine: Small. Can be embedded within an application.
  • MckoiDDB Distributed SQL Database: Supports transactions, triggers. GPL open source.

Other:

  • GNU: gdbm - extensible hashing (clone of UNIX dbm)

Open Source NoSQL Databases
  • Cassandra: multi-master high speed parallel and fault tolerant data store. Open sourced by Facebook.
  • HBase: Distributed database based on Hadoop technology. Java
  • Apache Hadoop: Hadoop Distributed File System (HDFS) and Map-Reduce parallel data store.
  • Hypertable: modeled after Google's "Bigtable" database.
  • High Performance Computing Cluster (HPCC): LexisNexis parallel map-reduce data store. C++.


Document Store:

The following are NoSQL document data stores:

  • MongoDB: JSON style document storage, Supports replication and high availability, sharding, querying, map-reduce and gridFS
  • Apache CouchDB: document-oriented database that can be queried and indexed in a MapReduce fashion using JavaScript. Provides a RESTful JSON API via HTTP requests. Erlang
  • Terrastore: scalable and elastic (add/remove nodes dynamically). Based on Terracotta Java clustering technology. Google code
  • OrientDB: scalable Document-Graph DBMS. JSON document import/export. Web management interface. Supports database structure, management of the schema, a subset of SQL queries (even though it is built upon graph relationships), RAW RESTful commands. Java


Graph Databases:

Graph databases store data in node based directed hypergraphs. Use a graph database if your data contains many-to-many relationships, and the primary objective is to find patterns and relationships. The following are NoSQL graph data stores:

  • Neo4j: Object oriented, disk-based transactional graph database. REST. Java
  • Bigdata: distributed database architecture, RDF database supporting RDFS and limited OWL inference. SPARQL. Java
  • InfiniteGraph: distributed graph analytics, and parallel processes.
  • HyperGraphDB: distributed, embeddable. Supports an RDF storage and API, OWL (Ontology Web Language), reasoning over hypergraphs through Prolog, XML, topic maps, ... Java
  • InfoGrid: Supports REST, Grid replication, user centric id, reusable objects, viewlets, ... Java
  • Franz.com: AllegroGraph: graph database for RDF and the semantic web. Supports SPARQL, RDFS and Prolog. Commercial product.


XML Databases:

The following are NoSQL XML native data stores:

  • eXist-DB: Store XML data, index-based XQuery processing. HTTP interfaces: REST, WebDAV, SOAP, XML-RPC and Atom (RSS feeds). Persistent DOM storage. Java
  • Sedna: ACID transactions, security, hot backup, XQuery. Java/C/PHP/Python/Ruby/Perl/Delphi/C#
  • BaseX: XPath/XQuery processor, GUI front-end
  • Qizx: XQuery processor, B2B XML exchange data logging: XBRL, FIX, FpML, IFX, SWIFTStandards, ...


Other Linux DB Software:

Other and MS/Windows:

  • Embarcadero - Tools for DBA's to design and manage a database. ER/Studio, GDPro, Rapid SQL, DBArtisan. - Windows only products.
  • KE Software - Database and Collection Management Software. Electronic Museum, Vital Statistics, Texpress Object Oriented Database and Software Library Databases.


Linux GUI Database Tools:


Links:


Books:

"Oracle Database 10g: The Complete Reference"
by Kevin Loney
ISBN # 0072253517, McGraw-Hill Osborne

If you are going to own only one Oracle reference, then this is it. It covers it all. (It's a big book)

Amazon.com
"Oracle9i PL/SQL Programming"
by Scott Urman
ISBN # 0072191473, McGraw-Hill Osborne

This is a required reference if you are going to use the full power of the Oracle database. In depth look at triggers, functions, cursors, packages, external procedures, ... This is for Oracle users who are programming Oracle within the Oracle environment. For programmers wishing to interface with Oracle from software, use Pro*C.

Amazon.com
"Oracle10g: A Beginner's Guide"
by Ian Abramson, Michael Abbey, Michael Corey
ISBN # 0072230789, McGraw-Hill Professional Publishing

If you are lost and need a place to start, then get this book. It covers basic DBA functions, data import/export, SQL, PL/SQL, ...

Amazon.com
"Complete Guide to DB2 Universal Database"
by D. D. Chamberlin
ISBN # 1558604820, Morgan Kaufmann Publishers

Amazon.com
"PostgreSQL: Introduction and Concepts"
by Bruce Momjian
ISBN # 0201703319, Morgan Kaufmann Publishers

Amazon.com
"MySQL, Second edition"
by Paul DuBois
ISBN # 0735712123, New Riders Publishing

Amazon.com
"Managing and Using MySQL"
by George Reese, Randy Jay Yarger, Tim King
ISBN # 0596002114, O'Reilly

Amazon.com
"MySQL Cookbook"
by Paul DuBois
ISBN # 0596001452, O'Reilly

Amazon.com
"High Performance MySQL"
by Jeremy D. Zawodny, Derek J. Balling
ISBN # 0596003064, O'Reilly

Amazon.com
"The Definitive Guide to MySQL, Second Edition"
by Michael Kofler
ISBN # 1590591445, APress

Amazon.com
"MySQL Certification Study Guide"
by Paul Dubois, Stefan Hinz, Carsten Pedersen
ISBN # 0672326329, Sams

Amazon.com
"Informix Handbook"
by Ron M. Flannery
ISBN # 0130122475, Prentice Hall PTR

Amazon.com
"Hadoop: The Definitive Guide"
by Tom White
ISBN # 1449389732, Yahoo Press; Second Edition edition (October 12, 2010)

Amazon.com
"Cassandra: The Definitive Guide"
by Eben Hewitt
ISBN # 1449390412, O'Reilly Media; 1 edition (November 29, 2010)

Amazon.com
"CouchDB: The Definitive Guide"
by J. Chris Anderson, Jan Lehnardt, Noah Slater
ISBN # 0596155891, O'Reilly Media; 1 edition (February 2, 2010)

Amazon.com
"MongoDB: The Definitive Guide"
by Kristina Chodorow, Michael Dirolf
ISBN # 1449381561, O'Reilly Media; 1 edition (September 24, 2010)

Amazon.com
Oracle Magazine

Contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs.

Free Subscription
   
    Bookmark and Share



Advertisement

Levono UK:



Copyright © 2001 - 2011 by Greg Ippolito