Replies: 1 comment 2 replies
-
also would be good for the server to hot load the "snapshot" instead of having to restart the server.(what I gathered so far snapshot can only be read during server startup( |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I seems to me that the way to build the index is to launch the server, call API to create & insert into the collections and then take a snapshot.
Snapshot acts as some offline file that we can later reload into the server.
Is there some library that some offline data processing job can call to create the "snapshot"? This is kind of an important step in lambda architecture for batch + streaming.
Beta Was this translation helpful? Give feedback.
All reactions