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,36 @@
format,query,projected wall time,flag
CSV,q1,0.06 s,OK
CSV,q2,7.1 min,OK
CSV,q3,73.5 min,IMPRACTICAL
CSV,q4,44.1 min,OK
CSV,q5,69.6 min,IMPRACTICAL
CSV,q6,14.5 min,OK
CSV,q7,81.6 min,IMPRACTICAL
JSON-LD,q1,0.11 s,OK
JSON-LD,q2,92.0 min,IMPRACTICAL
JSON-LD,q3,11.0 h,IMPRACTICAL
JSON-LD,q4,11.0 h,IMPRACTICAL
JSON-LD,q5,11.0 h,IMPRACTICAL
JSON-LD,q6,10.9 h,IMPRACTICAL
JSON-LD,q7,11.2 h,IMPRACTICAL
SQLite,q1,0.06 s,OK
SQLite,q2,1.27 s,OK
SQLite,q3,5.7 min,OK
SQLite,q4,0.06 s,OK
SQLite,q5,47.5 min,OK
SQLite,q6,5.18 s,OK
SQLite,q7,43.7 min,OK
PostgreSQL,q1,0.22 s,OK
PostgreSQL,q2,0.22 s,OK
PostgreSQL,q3,3.42 s,OK
PostgreSQL,q4,11 s,OK
PostgreSQL,q5,3.7 min,OK
PostgreSQL,q6,4.06 s,OK
PostgreSQL,q7,115 s,OK
RDF triplestore,q1,0.11 s,OK
RDF triplestore,q2,3.0 h,IMPRACTICAL
RDF triplestore,q3,2.1 d,FAIL
RDF triplestore,q4,22.1 h,IMPRACTICAL
RDF triplestore,q5,2.8 d,FAIL
RDF triplestore,q6,5.9 min,OK
RDF triplestore,q7,45.3 h,FAIL
1 format query projected wall time flag
2 CSV q1 0.06 s OK
3 CSV q2 7.1 min OK
4 CSV q3 73.5 min IMPRACTICAL
5 CSV q4 44.1 min OK
6 CSV q5 69.6 min IMPRACTICAL
7 CSV q6 14.5 min OK
8 CSV q7 81.6 min IMPRACTICAL
9 JSON-LD q1 0.11 s OK
10 JSON-LD q2 92.0 min IMPRACTICAL
11 JSON-LD q3 11.0 h IMPRACTICAL
12 JSON-LD q4 11.0 h IMPRACTICAL
13 JSON-LD q5 11.0 h IMPRACTICAL
14 JSON-LD q6 10.9 h IMPRACTICAL
15 JSON-LD q7 11.2 h IMPRACTICAL
16 SQLite q1 0.06 s OK
17 SQLite q2 1.27 s OK
18 SQLite q3 5.7 min OK
19 SQLite q4 0.06 s OK
20 SQLite q5 47.5 min OK
21 SQLite q6 5.18 s OK
22 SQLite q7 43.7 min OK
23 PostgreSQL q1 0.22 s OK
24 PostgreSQL q2 0.22 s OK
25 PostgreSQL q3 3.42 s OK
26 PostgreSQL q4 11 s OK
27 PostgreSQL q5 3.7 min OK
28 PostgreSQL q6 4.06 s OK
29 PostgreSQL q7 115 s OK
30 RDF triplestore q1 0.11 s OK
31 RDF triplestore q2 3.0 h IMPRACTICAL
32 RDF triplestore q3 2.1 d FAIL
33 RDF triplestore q4 22.1 h IMPRACTICAL
34 RDF triplestore q5 2.8 d FAIL
35 RDF triplestore q6 5.9 min OK
36 RDF triplestore q7 45.3 h FAIL