Skip to content

wbssbw/plaid

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

363 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Plaid

A relatively simple system for automations and log processing.

Building And Testing

Quick way to build and run a test module:

./testing/just_run_please.sh

To build the runtime:

cd runtime
cargo build

To run integration tests:

./testing/integration.sh [compiler]

Releasing A New Version

The version must be bumped in two places:

  • runtime/plaid/Cargo.toml
  • runtime/plaid-stl/Cargo.toml

These versions are supposed to stay in sync all the time.

Once that's done and merged, a new release can be cut directly from the GH web UI.

About

Process logs and take actions. Wasm + Rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Rust 97.5%
  • Shell 2.1%
  • Other 0.4%