TerminusDB is a knowledge graph database: TerminusDB - an open-source in-memory document graph database
I can see some difference between TypeDB and TerminusDB.
TypeDB has same power than Semantic Web Stack(RDF, RDFS, OWL, SPARQL and SHACL.), but with much less complexity for user: Semantic Web Standards and TypeDB | Vaticle
TerminusDB uses parts of the semantic web stack but TerminusDB departs where the semantic web stack becomes complex. TerminusDB JSON-like schema, and document interface are designed to make things as easy as possible.
TerminusDB uses parts of the semantic web stack so it can be interoperable with open data, TypeDB can only work with close data.
TerminusDB has git like versionning feature, I think it is a important feature to Knowledge management: Database version control? Yes, but it should be database collaboration
TerminusDB is a in-memory database, developed with high performance language like Prolog and Rust; TypeDB use Java. I think TerminusDB has potential to be very performant, even I can’t find any benchmark to compare both database.
What do you think about both technologies?