feat(config): update .gitignore to exclude output artifacts and add config files

- ignore all output files except for reports and config directories
- add new .done files for tasks 01-11 to track completion status
- include new configuration files for hardware prices and lab setup
- generate process flow and report documents for tasks 02 and 11
This commit is contained in:
administrator
2026-07-11 23:52:28 -04:00
parent a4c0d258eb
commit af91629f71
41 changed files with 1028 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
format,measured,vs CSV,archival (compressed),projected @600 GB,projected @1.2 TB,projected @6 TB
CSV,149 MB,1.00x,53 MB,600 GB,1.20 TB,6.00 TB
JSON-LD,311 MB,2.09x,57 MB,1.26 TB,2.51 TB,13 TB
SQLite,123 MB,0.83x,55 MB,498 GB,996 GB,4.98 TB
PostgreSQL,397 MB,2.67x,53 MB,1.60 TB,3.21 TB,16 TB
RDF triplestore,1.74 GB,11.70x,126 MB,7.02 TB,14 TB,70 TB
1 format measured vs CSV archival (compressed) projected @600 GB projected @1.2 TB projected @6 TB
2 CSV 149 MB 1.00x 53 MB 600 GB 1.20 TB 6.00 TB
3 JSON-LD 311 MB 2.09x 57 MB 1.26 TB 2.51 TB 13 TB
4 SQLite 123 MB 0.83x 55 MB 498 GB 996 GB 4.98 TB
5 PostgreSQL 397 MB 2.67x 53 MB 1.60 TB 3.21 TB 16 TB
6 RDF triplestore 1.74 GB 11.70x 126 MB 7.02 TB 14 TB 70 TB