Replies: 3 comments 10 replies
-
|
Neither of this is, unfortunately, not currently supported. While proper support for answering arbitrary queries over a loaded data set will take quite a bit of work (there is substantial overlap with #735, e.g.) we might be able to address your use case with something much simpler: perhaps it would suffice if the engine could be restarted with a completely different program, but would reuse already imported data for How would you use Nemo – as a standalone client, or through one of the APIs (Rust/Python/Javascript)? Do you have any rules you always apply over the graph before answering queries, or do you just load the graph (in which format?) and then want to answer queries using varying rules? |
Beta Was this translation helpful? Give feedback.
-
|
I have a similar use case: reasoning over a large static external list of [ |
Beta Was this translation helpful? Give feedback.
-
I've created #784 for this. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, we are evaluating Nemo for querying a large biomedical graph that changes only periodically.
Can Nemo preload the graph once into a long-lived engine and then accept runtime queries without reloading it each time?
Ideally, we would like to send a query that includes Datalog rules plus parameter facts.
If that is not supported, can Nemo at least preload the graph and rules once, and then accept only parameter facts at runtime?
If not, what is the closest supported pattern today?
Beta Was this translation helpful? Give feedback.
All reactions