End-to-end Law-N playground that:
- Uses
law-n-signal-simto generate syntheticnetwork.routessnapshots - Stores them in an in-memory table
- Lets you run:
- Python predicate queries (always available)
- Optional N-SQL queries via
law-n-sql-core(if installed)
This is the repo that turns the abstract Law-N concepts into something you can actually run and see.
- Python 3.10+
- Recommended (but optional):
git clone https://github.com/YOUR_USER/law-n-sql-playground.git
cd law-n-sql-playground
python -m venv .venv
source .venv/bin/activate # Windows: .venv\Scripts\activate
pip install -e .