| ... | ... | @@ -27,3 +27,23 @@ ls mnt |
|
|
|
# To unmount
|
|
|
|
fusermount -u mnt
|
|
|
|
```
|
|
|
|
|
|
|
|
## Filesystem organization
|
|
|
|
|
|
|
|
```plaintext
|
|
|
|
.
|
|
|
|
└── dbnomics-prod
|
|
|
|
├── git-repositories
|
|
|
|
│ ├── {provider_slug}
|
|
|
|
│ │ ├── json-data <= corresponds to https://git.nomics.world/dbnomics-json-data/{provider_slug}-json-data
|
|
|
|
│ │ │ ├── [...]
|
|
|
|
│ │ ├── source-data <= corresponds to https://git.nomics.world/dbnomics-source-data/{provider_slug}-source-data
|
|
|
|
│ │ │ ├── [...]
|
|
|
|
└── workspaces
|
|
|
|
├── {provider_slug}
|
|
|
|
│ ├── pipelines
|
|
|
|
│ │ ├── {pipeline_id}
|
|
|
|
│ │ │ ├── [...] <= data written by a fetcher pipeline
|
|
|
|
|
|
|
|
|
|
|
|
``` |
|
|
\ No newline at end of file |