Skip to content

Commit

Permalink
📝 Update docs on full run event insertion for db
Browse files Browse the repository at this point in the history
  • Loading branch information
i-be-snek committed Sep 16, 2024
1 parent a7d8753 commit a93e3d5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,10 @@ To insert a large number of events in the database all at once (supports chunked
To perform this on the existing dummy data:
```shell
source Database/insert_full_run.sh Database/output/dummy impact.v1.db
# format:
# source Database/insert_full_run.sh Database/output/dummy SQL_DB PATH_TO_STORE_NIDs

source Database/insert_full_run.sh Database/output/dummy impact.v1.db tmp/files
```
### Database-related
Expand Down

0 comments on commit a93e3d5

Please sign in to comment.