File: README.md

package info (click to toggle)
puppetdb 8.8.1-1~exp1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 19,692 kB
  • sloc: javascript: 23,285; ruby: 5,620; sh: 3,457; python: 389; xml: 114; makefile: 38
file content (19 lines) | stat: -rw-r--r-- 426 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
## Next generation developer utilities for PDB

A python CLI utility for

* load simulation (currently in a hacky state, only supporting facts)
* querying (no streaming, possibly broken)

### Setup

* Install virtualenv and python 3
    apt-get install virtualenv

* Set up virtualenv
    virtualenv -p python3 venv
    source venv/bin/activate
    pip install -r requirements.txt

* Run the tool
    ./pdb simulate 100000 30