forked from pflooky/data-caterer-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add in steps to follow to check your own stats
- Loading branch information
Showing
1 changed file
with
3 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -225,7 +225,9 @@ created called [insta-infra](https://github.com/data-catering/insta-infra). All | |
|
||
```shell | ||
git clone [email protected]:data-catering/insta-infra.git | ||
cd insta-infra && ./run.sh duckdb && docker cp <directory path to stats_export> duckdb:/tmp && ./run.sh -c duckdb | ||
cd insta-infra && ./run.sh duckdb | ||
docker cp <directory path to stats_export> duckdb:/tmp | ||
./run.sh -c duckdb | ||
``` | ||
|
||
You can use the above queries to now check your stats. You can also find | ||
|