Skip to content

CLI playground for Law-N N-SQL. Run N-SQL queries against sample network.routes datasets, inspect execution plans, and prototype Law-N query patterns locally.

License

Notifications You must be signed in to change notification settings

PEACEBINFLOW/law-n-sql-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Law-N SQL Playground (law-n-sql-playground)

End-to-end Law-N playground that:

  • Uses law-n-signal-sim to generate synthetic network.routes snapshots
  • 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.


Quickstart

Requirements

Install (local dev)

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 .

About

CLI playground for Law-N N-SQL. Run N-SQL queries against sample network.routes datasets, inspect execution plans, and prototype Law-N query patterns locally.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages