VoltDB: Difference between revisions
Jump to navigation
Jump to search
(Created page with "NewSQL databases. * In-memory performance, never lose data * Streaming analytics with millisecond latency * OLTP in a scale-out architecture * SQL and JSON with ACID guar...") |
|||
| Line 26: | Line 26: | ||
<pre> |
<pre> |
||
cd examples/voter |
cd examples/voter |
||
run.sh |
./run.sh |
||
</pre> |
</pre> |
||
Latest revision as of 14:25, 23 October 2015
NewSQL databases.
- In-memory performance, never lose data
- Streaming analytics with millisecond latency
- OLTP in a scale-out architecture
- SQL and JSON with ACID guarantees
- Hadoop ecosystem integration
Installation
Installation de la version communautaire https://github.com/VoltDB/voltdb
git clone https://github.com/VoltDB/voltdb.git cd voltdb
Naviguer http://localhost:8080
Get Started
Execution du démonstration d'un vote en ligne https://github.com/VoltDB/voltdb/tree/master/examples/voter
cd examples/voter ./run.sh