peace_rt_logic

Crates.iopeace_rt_logic
lib.rspeace_rt_logic
version0.0.1
sourcesrc
created_at2022-05-17 10:50:26.345487
updated_at2022-05-17 10:50:26.345487
descriptionRuntime logic for the peace automation library.
homepage
repositoryhttps://github.com/azriel91/peace
max_upload_size
id588266
size3,948
Azriel Hoh (azriel91)

documentation

https://docs.rs/peace_rt_logic/

README

🕊️ peace – zero stress automation

Crates.io docs.rs CI Coverage Status

peace is a framework to build user friendly software automation.

See:

  • MOTIVATION.md for the motivation to create this framework.

  • Operations UX for a book about the dimensions considered during peace's design and development.

Guiding Principles

  • A joy to use.

  • Ergonomic API and guidance to do the right thing.

  • Understandable output.

Features

Symbol Meaning
🟢 Supported
🟡 Work in progress
Planned
  • ⚫ Workflow graph with task dependencies
  • ⚫ Concurrent task execution
  • ⚫ Understandable error reporting
  • ⚫ Skip unnecessary work
  • ⚫ Understandable progress
  • ⚫ Actionable error messages
  • ⚫ Namespaced working directory
  • ⚫ Resource clean up
  • ⚫ Dry run
  • peace binary for configuration based workflows
  • ⚫ Off-the-shelf support for common tasks
  • ⚫ Web based UI
  • ⚫ Agent mode to run peace on servers (Web API invocation)

Ideas which may be considered:

  • Back up current state

  • Restore previous state

  • Telemetry logging for monitoring

  • Metrics collection for analysis

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Commit count: 1557

cargo fmt