Business Objects - Provides business intelligence solutions. Provides EPM (Enterprise performance management solutions) Some BI (Business Intelligence Providers and their worth) Hyperion - Bought by Oracle. : $3.3 billion! Business Objects - Bought by SAP. : $7.5 billion! Cognos - Bought by IBM : $5 billion! As per Gartner report, by 2012, the BI market will be worth: $7.7billion Salesforce.com - Web based CRM solution. free for 3 users. SaaS - Software as a service. Timesten - Memory based db bought over by Oracle. also provides cache solution like memcached. Originally HP spin-off. BDB - Berkeley DB - Owned by Oracle. Stores arbitrary key/data pairs as byte arrays. Embedded mode only. Supported bindings in C, C++, Java, Perl, Python, Ruby, Tcl, Smalltalk, and many other programming languages i.e. client libraries/api (drivers) loads & initializes the bdb and interacts with them in the same process. a.k.a sleepycat. Both record/key can be upto 4GB. No SQL support. support for ACID, locking, XA, hot backups & replication This is the storage system for many LDAP servers and DBMS : Terradata - Dataware housing and business intelligence. Spinned off from NCR late 2007. Walmart is a customer. Berkeley DB XML - Open source XML Database Oracle Berkeley DB XML adds a document parser, XML indexer and XQuery engine on top of Oracle Berkeley DB. Embedded mode only. Supports C, C++, Java, Perl, PHP, TCL, Python etc drivers. XQuery - W3C standard - XQuery for XML is like SQL for relational data. XPATH 2.0 - W3C standard for XML namespaces SQilla - XQuery engine owned by Oracle, opensource available in sourceforge.net with apache license. MapReduce : MapReduce is a software framework implemented by Google to support parallel computations over large (greater than 100 terabyte) data sets on unreliable clusters of computers. This framework is largely taken from map and reduce functions commonly used in functional programming like lisp. MapReduce implementations have been written in C++, Java and other languages. The Hadoop project [1] is a free open source Java MapReduce implementation. Phoenix [2] is a shared-memory implementation of MapReduce implemented in C. Bigtable : BigTable is a compressed, high performance, DBMS built on Google File System (GFS), Chubby Lock Service, and a few other Google programs; it is currently not distributed or used outside of Google. It began in 2004[1] and is now used by a number of Google applications, such as MapReduce, Google Maps, orkut, etc. BigTable is a column-oriented database system, with a focus on quick reads for columns. Hypertable : Hypertable is a high performance distributed DBMS. Modeled after Google's well known Bigtable project. Launched Feb 2008. How google works : http://www.baselinemag.com/article2/0,1540,1985048,00.asp Hadoop : http://hadoop.apache.org Apache Hadoop is a Free Java software framework that supports data intensive distributed applications running on large clusters of commodity computers. [1] It enables applications to easily scale out to thousands of nodes and petabytes of data. Hadoop was inspired by Google's MapReduce and Google File System (GFS) papers. Sponsored by Yahoo, Google, etc. Amazon Elastic Compute Cloud (EC2) and Amazon Simple Storage Service (S3) :