LightKone / correct-eventual-consistency-tool

This repository contains the run-time for CEC tool which is based on CISE logic.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Correct Eventual Consistency (CEC) Tool

This tool helps programmers verify whether their distributed application design is safe.

Usage

  1. Install Docker Compose
  2. Download and extract the contents of the zip file.
  3. cd CEC
  4. docker-compose run cec specifications/library specifications/applications/<application_name>.spec -c [specifications/restrictions/<restrictions_name>.json]

Note : The application, library and restrictions directory must be inside the folder CEC.

Writing specifications

General guide on writing specifications

https://goncalobfm.github.io/docs/specifications/

Writing reusable components

https://goncalobfm.github.io/docs/libraries/

Checks performed by the tool

https://goncalobfm.github.io/docs/output/

About

This repository contains the run-time for CEC tool which is based on CISE logic.


Languages

Language:Python 72.5%Language:Ruby 24.0%Language:Dockerfile 3.4%