-
Notifications
You must be signed in to change notification settings - Fork 7
Home
Markus Krötzsch edited this page Jun 16, 2023
·
12 revisions
Nemo is a datalog-based rule engine for fast and scalable analytic data processing in memory. It is available as a command-line tool nmo
.
Goals of Nemo are performance, declarativity, versatility, and reliability. It is written in Rust. Nemo's data model aims at compatibility with RDF/SPARQL while preserving established logic programming conventions and features.
-
Nemo client: how to install and run
nmo
- Nemo rule language: basic syntax and all expressive features currently supported
- Examples and benchmarks
- Browser integration: using Nemo as a client-side WASM application
- Python integration: using Nemo from Python
- Publications: Background information and ways to cite Nemo
todo