# star **Repository Path**: ZhengQiushi/star ## Basic Information - **Project Name**: star - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-01-16 - **Last Updated**: 2024-01-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README **Yi Lu**, Xiangyao Yu, Samuel Madden [STAR: Scaling Transactions through Asymmetric Replication](https://arxiv.org/abs/1811.02059) *Proc. of the VLDB Endowment (PVLDB), Volume 12, Los Angeles, California, 2019.* [![Build Status](https://travis-ci.org/luyi0619/star.svg?branch=master)](https://travis-ci.org/luyi0619/star) # 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/star.git ``` # Build ``` ./compile.sh ```