Skip to content

Commit

Permalink
Merge branch 'fix_names' of https://github.com/catalystneuro/dandi_s3…
Browse files Browse the repository at this point in the history
…_log_parser into fix_names
  • Loading branch information
CodyCBakerPhD committed Aug 26, 2024
2 parents e003cbd + 89a48a6 commit 105fc1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ A few summary facts as of 2024:
- A single line of a raw S3 log file can be between 400-1000+ bytes.
- Some of the busiest daily logs on the archive can have around 5,014,386 lines.
- There are more than 6 TB of log files collected in total.
- This parser reduces that total to around 20 GB of final essential information.
- This parser reduces that total to less than 25 GB of final essential information on NWB assets (Zarr size TBD).



Expand Down Expand Up @@ -133,7 +133,7 @@ In the summer of 2024, this process took less than 5 hours to bin all 170 GB of

### Mapping

The next step, which is also the step to re-run and release regularly, is to iterate through all current versions of all Dandisets, mapping the binned logs to their corresponding file paths as seen on the archive.
To map:

```bash
map_binned_s3_logs_to_dandisets \
Expand Down

0 comments on commit 105fc1f

Please sign in to comment.