Stop Thinking, Just Do!

Sungsoo Kim's Blog

Peloton

tagsTags

26 January 2016


Peloton

Peloton Logo

Peloton is a distributed in-memory DBMS designed for real-time analytics.

Build Status

What Is Peloton?

Peloton is an in-memory DBMS designed for real-time analytics. It can handle both fast ACID transactions and complex analytical queries on the same database.

What Problem Does Peloton Solve?

The current trend is to use specialized systems that are optimized for only one of these workloads, and thus require an organization to maintain separate copies of the database. This adds additional cost to deploying a database application in terms of both storage and administration overhead. We present a hybrid DBMS architecture that efficiently supports varied workloads on the same database.

How Does Peloton Accomplish Its Goals?

Our approach differs from previous methods in that we use a single execution engine that is oblivious to the storage layout of data without sacrificing the performance benefits of the specialized systems. This obviates the need to maintain separate copies of the database in multiple independent systems.

For more details, please visit the Peloton Wiki page.

If you have any questions on Peloton usage, please send a mail to peloton-dev@cs.cmu.edu.

Installation

Check out the installation instructions.

Development / Contributing

Please look up the contributing guide for details.

Issues

Before reporting a problem, check out this how to file an issue guide.

Contributors

https://github.com/cmu-db/peloton/graphs/contributors

License

Copyright (c) 2014-15 Carnegie Mellon Database Group
Licensed under the Apache License.


comments powered by Disqus