Home - Datomic/simulant GitHub Wiki
Simulant is a library and schema for developing simulation-based tests. Follow the links below to learn more:
- Overview - the high-level overview of Simulant
- Example - a very simple example application demonstrating the use of Simulant
- Schema Diagram - the database schema used during simulation runs
- Implementation Notes - implementation details, useful for users
- Design Notes - miscellaneous notes about the design of Simulant
- Todo - plans for future versions
Entity Types
- Models - modeling the activity of a system
- Tests - specific, detailed activity set generated from a model
- Sims - execution runs of tests
- Codebase - repeatability via explicit code references
- Services - repeatability via service-level launch and shutdown