https://github.com/typedb/typedb-examples
TypeDB Examples Projects and Tutorials
https://github.com/typedb/typedb-examples
Last synced: about 1 month ago
JSON representation
TypeDB Examples Projects and Tutorials
- Host: GitHub
- URL: https://github.com/typedb/typedb-examples
- Owner: typedb
- License: apache-2.0
- Created: 2023-06-06T09:21:59.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-10-22T09:57:30.000Z (6 months ago)
- Last Synced: 2025-01-22T18:09:52.346Z (3 months ago)
- Homepage: https://vaticle.com/typedb
- Size: 85 KB
- Stars: 2
- Watchers: 6
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# TypeDB Examples
A collection of TypeDB example projects and tutorials, designed for users with a range of familiarity with TypeDB,
TypeQL, and other products in the TypeDB ecosystem. Each example lists the knowledge necessary to work through it.### [Identity and access management](https://github.com/vaticle/typedb-examples/tree/master/identity-and-access-management)
Learn how to use TypeDB as the database for an identity and access management (IAM) system. Uses a flexible data model
to automate permission inheritance and policy enforcement at the schema level using rule-inference.### [Cyber threat intelligence](https://github.com/vaticle/typedb-examples/tree/master/cyber-threat-intelligence)
Learn how to use TypeDB in a cyber threat intelligence (CTI) context in order to identify threats using powerful queries
and rule-inference.### [Drug discovery](https://github.com/vaticle/typedb-examples/tree/master/drug-discovery)
Learn how to use TypeDB to accelerate the drug discovery process. Explore the relations between biomolecules using
polymorphism and advanced rule-inference strategies, and leverage them to identify potential cancer treatments.