Skip to content

ToroDB - Open source NoSQL database that runs on top of a RDBMS. Compatible with MongoDB protocol and APIs, but with support for native SQL, atomic operations and reliable and durable backends like PostgreSQL

License

jerolba/torodb

 
 

Repository files navigation

ToroDB

ToroDB is a technology designed to fulfill the gap between document oriented and SQL databases. There are two products that use this technology: ToroDB Server and ToroDB Stampede. Both platforms are open source and any feedback, contributions, help and/or patches are very welcome. Please join the torodb-dev mailing list for further discussion.

For more information, please see ToroDB's website

ToroDB Server

It is a MongoDB-compatible server that supports speaks the MongoDB Wire Protocol (and therefore can be used with the same drivers used to connect to any standard MongoDB server) but stores your data into a reliable and trusted ACID database.

More information about ToroDB Server can be found on its own folder in this repository.

ToroDB Stampede

ToroDB Stampede is a business analytic solution that replicates your data in real time from a MongoDB replica set into a SQL database, allowing you to use any business intelligence products (like Tableau or Pentaho) to analyze NoSQL data.

More information about ToroDB Stampede can be found on its own folder in this repository.

Code QA

  • Master branch build status: Master branch build status
  • Devel branch build status : Devel branch build status

Are you a developer? Want to contribute? Questions about the source code?

Please see CONTRIBUTING.

About

ToroDB - Open source NoSQL database that runs on top of a RDBMS. Compatible with MongoDB protocol and APIs, but with support for native SQL, atomic operations and reliable and durable backends like PostgreSQL

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 99.9%
  • Shell 0.1%