https://github.com/longi94/chaos_db
https://github.com/longi94/chaos_db
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/longi94/chaos_db
- Owner: Longi94
- Created: 2019-09-18T08:09:49.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-24T20:21:31.000Z (almost 5 years ago)
- Last Synced: 2025-01-06T03:23:25.122Z (5 months ago)
- Language: C++
- Size: 24.9 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chaos Engineering for Databases
Inspired by [Chaos Monkey](https://github.com/netflix/chaosmonkey), this work focuses on injection main memory faults into databases and observing their effects. The repository includes a generic bit-flip injection tool that works on any linux platform that has the ptrace system call. As well as various python scripts to run a large experiment on a database locally or on a cluster using clush. The `database` folder contains various scripts for installing and setting up databases for running TPC-H queries on them.
The injector is written in C++, simply build it with `make`