Skip to content

Fluree and asychronous / disconnected operations #131

Answered by fdmmarshall
fdmmarshall asked this question in Q&A
Discussion options

You must be logged in to vote

Sure, assuming the transactions won’t be of a type that might conflict with one another. i.e. if every user is just updating their own data. Would they all be running a local DB? You can also do forward time travel - where you propose transactions but don’t commit them. That would keep a local DB with an optimistic view of txns and then you actually transact once connected. There isn’t a way this happens today fully automatically so there would be some work on the app side - but all the hooks are there.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by fdmmarshall
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant