# aria **Repository Path**: Codebells/aria ## Basic Information - **Project Name**: aria - **Description**: GitHub Repo for Aria: A Fast and Practical Deterministic OLTP Database - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-09-29 - **Last Updated**: 2022-10-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README **Yi Lu**, Xiangyao Yu, Lei Cao, Samuel Madden [Aria: A Fast and Practical Deterministic OLTP Database]() *Proc. of the VLDB Endowment (PVLDB), Volume 13, Tokyo, Japan, 2020.* [![Build Status](https://travis-ci.org/luyi0619/aria.svg?branch=master)](https://travis-ci.org/luyi0619/aria) # Dependencies ```sh sudo apt-get update sudo apt-get install -y zip make cmake g++ libjemalloc-dev libboost-dev libgoogle-glog-dev ``` # Download ```sh git clone https://github.com/luyi0619/aria.git ``` # Build ``` ./compile.sh ```