morel VS snakelog

Compare morel vs snakelog and see what are their differences.

morel

Standard ML interpreter, with relational extensions, implemented in Java (by hydromatic)

snakelog

A Datalog Framework for Python (by philzook58)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
morel snakelog
2 2
290 9
0.3% -
8.0 0.0
20 days ago about 1 year ago
Java Python
Apache License 2.0 -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

morel

Posts with mentions or reviews of morel. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-05.

snakelog

Posts with mentions or reviews of snakelog. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-05.
  • The "missing" graph datatype already exists. It was invented in the '70s
    6 projects | news.ycombinator.com | 5 Mar 2024
    You can without too much work transpile datalog to SQL. SQL does have such strong support that it is useful https://github.com/philzook58/snakelog or perhaps just do it manually https://www.philipzucker.com/tiny-sqlite-datalog/
  • Show HN: Cozo – new Graph DB with Datalog, embedded like SQLite, written in Rust
    8 projects | news.ycombinator.com | 8 Nov 2022
    Very cool! I love the sqlite install everywhere model.

    Could you compare use case with Souffle? https://souffle-lang.github.io/

    I'd suggest putting the link to the docs more prominently on the github page

    Is the "traditional" datalog `path(x,z) :- edge(x,y), path(y,z).` syntax not pleasant to the modern eye? I've grown to rather like it. Or is there something that syntax can't do?

    I've been building a Datalog shim layer in python to bridge across a couple different datalog systems https://github.com/philzook58/snakelog (including a datalog built on top of the python sqlite bindings), so I should look into including yours

What are some alternatives?

When comparing morel and snakelog you can also consider the following projects:

stilts - SML On Stilts

pycozo - The Python client and Jupyter helper for CozoDB

cozo - A transactional, relational-graph-vector database that uses Datalog for query. The hippocampus for AI!