291 Commits

Author SHA1 Message Date
e2e8bc4d80 Created the engines folder
Created a new folder to clean a bit the repo, put the file and schema
engine inside. As those and Parser depend on the types.zig, I also add
this folder inside the new engines folder
2024-10-09 23:32:37 +02:00
b008f434a6 Passed to one tabular file for each struct
Created a new Parser unique for the FileEngine to read each line.
It is slower as I need to parser character by character because their is
no fixed len for the data in files. Before I was just reading until the
end of the file.

Im gonna need to find some tricks to improve the parsing of data. I am
thinking using the stream directly instead of doing streamUntilDelimiter
2024-10-09 23:20:28 +02:00
8c8b10ef2a Changed command schema build to schema init 2024-10-09 20:19:20 +02:00
cda2ee16a8 Passe basic GRAB query ! 2024-10-09 20:12:07 +02:00
84495e831f
Update README.md 2024-10-09 14:16:49 +02:00
1012255c6b
Update README.md 2024-10-09 13:56:25 +02:00
25843ec7d2
Update README.md 2024-10-09 12:32:12 +02:00
59b29816d5 Update README 2024-10-08 23:41:14 +02:00
1840dea70b
Update README.md 2024-10-08 15:57:13 +02:00
f937fafcca
Update README.md 2024-10-08 14:28:17 +02:00
907aeef35b
Update README.md 2024-10-08 14:24:23 +02:00
4586b8493a
Update dataParser.zig 2024-10-08 09:44:56 +02:00
0bb27027a0
Update README.md 2024-10-08 09:40:26 +02:00
67fb49ded5 Working new ZiQL pqrser for basic ADD and GRAB !!! 2024-10-08 00:18:25 +02:00
9829cb24b0 fix README 2024-10-08 00:18:00 +02:00
7646927a00 fix 2024-10-07 23:38:15 +02:00
406ef1de48 fix 2024-10-07 23:34:04 +02:00
6d72997165 fix 2024-10-07 23:27:38 +02:00
817ba4de2f Better root organization 2024-10-07 23:27:05 +02:00
3c3d40a019 Better banner 2024-10-07 19:13:26 +02:00
02606a54ef fix 2024-10-07 18:54:42 +02:00
2fc29a5a24 fix 2024-10-07 18:46:00 +02:00
2c664c54c1 fix 2024-10-07 18:45:29 +02:00
9ace7cb382 Readmap to 1.0 =o 2024-10-07 18:44:55 +02:00
44e48a5276 Big rework - Now use global ziql parser - still buggy, need to debug the tests 2024-10-07 00:40:24 +02:00
ed1d879aef Update README 2024-10-04 00:17:35 +02:00
1d1de51d99 Added banner 2024-10-04 00:16:47 +02:00
9b773588e7 Function to get a list of UUID based on a condition is working, need to finish the GRAB parser to then use AND / OR on left / right array 2024-10-04 00:06:55 +02:00
c66bfe285a Readme update 2024-10-02 20:03:34 +02:00
61f2363f8f Readme update 2024-10-02 20:00:19 +02:00
87f070231e Commit to continue working in the car to europa park 2024-09-29 06:30:45 +02:00
a40a57df3d Added a small tech docs 2024-09-28 17:15:32 +02:00
475e00b13e Moved temporally everything to the root for testing test. Also small changes 2024-09-22 22:58:13 +02:00
0ee197b564 Small README update 2024-09-20 17:58:16 +02:00
bd198e6a94 Deleted file that shouldnt be on github and added them to gitignore 2024-09-20 17:45:37 +02:00
07f09e463d Update readme 2024-09-12 20:20:49 +02:00
87e11188d2 Basic ADD working, started the GRAB parser 2024-09-12 20:13:44 +02:00
dacc9fea67 logo change 2024-09-08 18:15:36 +02:00
b5669e9c2d Some progress, have a good part of the schema and engine building working. Now starting to do the query parser part 2024-09-08 18:11:39 +02:00
be84a8e481 Simple cli and ziql tokenizer 2024-09-02 20:22:46 +02:00
e3f0ff1d84 first commit 2024-09-02 11:02:33 +02:00