Database

TypeDB – polymorphic database with a conceptual data model

TypeDB is a polymorphic database with a conceptual data model, a strong subtyping system, a symbolic reasoning engine, and an elegant type-theoretic language TypeQL.

TypeDB was crafted to solve the inability of current database paradigms to natively express these polymorphic features. TypeDB is composed of two parts: TypeDB the storage, and TypeQL the language.

This is free and open source software.

Key Features

  • Entity-Relationship Model – model domains using the entity-relationship (ER) model. It is composed of entity types, relation types, and attribute types, with the introduction of role types.
  • Type Hierarchies – model type inheritance into their domain model. Following logical and object-oriented principles, TypeDB allows data types to inherit the behaviors and properties of their super types.
  • N-ary Relations – represent an arbitrary number of things as one relation.
  • Nested Relations
  • Logical Data Validation – performs validation of inserted entities and relations by evaluating the polymorphic types of the things involved.
  • Logical Query Validation – queries executed on TypeDB undergo a type resolution process.
  • Allows users to define rules within their schemas. This feature enhances the expressiveness of the model by enabling the system to derive new conclusions when specific logical conditions within a dataset are satisfied.

Website: typedb.com
Support: GitHub Code Repository
Developer: Vaticle
License: GNU Affero General Public License v3.0

TypeDB is written in Java. Learn Java with our recommended free books and free tutorials.


Related Software

Graph Databases
SurrealDBScalable, distributed, collaborative, document-graph database
EdgeDBGraph-relational database with declarative schema
JanusGraphDistributed graph database
ArangoDBScalable graph database system to drive value from connected data, faster
OrientDBDocument-graph database
TypeDBPolymorphic database with a conceptual data model
Neo4jNative graph database that is built to store and retrieve connected data
NebulaGraphGraph database that can handle large volumes of data
TerminusDBDocument-oriented graph database for building collaborative applications
LadybugEmbedded graph database
VirtuosoMiddleware and database engine hybrid
BitsySmall, fast, embeddable, durable in-memory graph database

Read our verdict in the software roundup.


Best Free and Open Source Software Explore our comprehensive directory of recommended free and open source software. Our carefully curated collection spans every major software category.

This directory is part of our ongoing series of informative articles for Linux enthusiasts. It features hundreds of detailed reviews, along with open source alternatives to proprietary solutions from major corporations such as Google, Microsoft, Apple, Adobe, IBM, Cisco, Oracle, and Autodesk.

You’ll also find interesting projects to try, hardware coverage, free programming books and tutorials, and much more.

Know a useful open source Linux program that we haven’t covered yet? Let us know by completing this form.
Subscribe
Notify of
guest
0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments