Oplog Populate creates a sample client, project, and oplog within a Ghostwriter instance.
This tool demonstrates how to use Ghostwriter's GraphQL API to interact with Ghostwriter's data.
First, clone the project and install the project requirements.
Thern, fill out the config file with a valid set of Ghostwriter credentials.
Finally, run oplog_populate.py
. Oplog Populate will create a custom client, project, and operation log and fill the operation
log with data from /config/oplog.csv
.
If you want a new operation log, delete /config/oplog.csv
and Oplog Populate will generate a new csv with 5,000 oplog entries.