I am new to SirixDB and from my understanding it’s self-hosted so I suspect it won’t work for us. Nonetheless, let’s see if there’s hope:
We are looking into building
- A text-based, Github located database that supports “Valid Time” (Valid time - Wikipedia) parsing/filtering in real time.
- DB (file) will be updated collaboratively via PRs to the repo.
- Client would take that DB, query as per requested time (time slider in the client), extract records and render them.
- Move time slider, repeat
Do you think this is possible with SirixDB?
If not, any other recommendations?
Thanks!