12 Commits

Author SHA1 Message Date
955aff0d09 Moved global error to lib and fuse to a unique one 2025-01-12 00:37:57 +01:00
c0e8b07025 Moved thread stuff into a directory 2025-01-12 00:11:03 +01:00
d775ff1d0a Deleted stuffs dir for a dataStructure one 2025-01-11 23:41:03 +01:00
13caff2fd7 Dump csv
Can now use command dump csv

Will see later to add json and zid format as well as loading it
2025-01-11 19:25:03 +01:00
bd4f0aab7f Removed some TODO, fix and typo 2025-01-11 16:52:19 +01:00
2e2dae3df1 Some typo 2024-12-29 10:19:04 +01:00
b2dd6fe627 Basic working relationship
It is working !

The basic GRAB [name, best_friend] work and do return the best friend
infos.

I added more test and some do not work yet, working on it now
2024-12-28 20:12:20 +01:00
3b47007ca4 Base reparsing
This dosnt work yet but I implemented the reparsing of the files to
return relationship.

So GRAB User [name, friends] should return all infos of all friends and
not just the UUID of those friends like before
2024-12-27 12:42:51 +01:00
0127daa330 Push before leaving for christmas 2024-12-21 15:13:50 +01:00
e7056efec9 Now query with relationship will write the UUID bytes betwen {|<>|}
So then I can parse the file again, create a map of UUID sub json and
just iterate over the first json looking for UUID and update with new
data from map
2024-12-20 22:29:02 +01:00
57a9eecdb3 Renamed members of AdditionalData 2024-11-30 09:49:54 +01:00
4ee79c9629 Created an EntityWriter responsable for writing into JSON and table into a writer 2024-11-29 21:38:05 +01:00