Seb
Seb
PPrisma
Created by Seb on 11/14/2024 in #help-and-questions
mongo dates without JS Date object?
hmmmmm -- makes me think I'll let it be for now, perhaps compare the performance differences later, not quite sure how much compute power is going to be a bottleneck to ingestion vs bandwidth and I/O as there will be very few kb/log
8 replies
PPrisma
Created by Seb on 11/14/2024 in #help-and-questions
mongo dates without JS Date object?
but I'll google that one on the mongo side of things
8 replies
PPrisma
Created by Seb on 11/14/2024 in #help-and-questions
mongo dates without JS Date object?
the input is actually the unix number
8 replies
PPrisma
Created by Seb on 11/14/2024 in #help-and-questions
mongo dates without JS Date object?
hmmm -- this is more of a mongo thing that I'll have to google -- but you don't know by any chance what raw value mongo dataetime needs?
8 replies
PPrisma
Created by Seb on 11/14/2024 in #help-and-questions
using mongo -- insert document without any checks whatsoever?
maybe combining types would be cool, say .flow is type Flow & Json, but that's a TS/JS thing 😄 but that might be relevant for postgres as well, to <partially> define some data types
4 replies
PPrisma
Created by Seb on 11/14/2024 in #help-and-questions
using mongo -- insert document without any checks whatsoever?
hmmm, so kinda half-helps, the thing is a lot of the main 'relevan't stuff in a log is stores on .flow key of a main log object, I can have some certainty of what I can have on the top level, but if I make the whole .flow just Json -- I would lose a lot on the query side of things
4 replies