Skip to content

wangjwchn/autogr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AutoGR

Automated Geo-Replication with Fast System Performance and Preserved Application Semantics

Directory structure

├── applications              # input --collector--> z3pyir --rigi--> result
│   ├── input                     # original code of applications
│   │   ├── HealthPlus                # git repo of HealthPlus as a submodule
│   │   └── oltpbench                 # git repo of Smallbank, RUBiS, and Seats as a submodule
│   ├── z3pyir                    # z3py representation of applications
│   └── result                    # restrications idencified by Rigi
├── collector                 # git repo of the collector as a submodule
├── olisipo                   # git repo of olisipo as a submodule
└── rigi                      # source code of Rigi

Dependencies

Rigi:

Python 3.6.6

Z3 4.8.10 and Z3Py

Collector:

See the maven dependency file here.

Olisipo:

See the maven dependency file here.

About

Released code for the paper: Automated Geo-Replication with Fast System Performance and Preserved Application Semantics (VLDB'21)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages