Skip to content

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

Notifications You must be signed in to change notification settings

LightKone/correct-eventual-consistency-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published