Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update examples links #610

Merged
merged 1 commit into from
Jul 28, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions 08-examples/00-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ Summary: TypeDB examples showcasing schema definition, data migration and retrie

## Examples

[**Telecoms - Phone Calls (Java, JS, Python):**](https://github.com/vaticle/typedb-examples/tree/master/phone_calls) a database of customers of a fictional telecom company and calls they make.
[**Telecoms - Phone Calls (Java, JS, Python):**](https://github.com/vaticle/typedb-examples/tree/master/telecom/phone_calls) a database of customers of a fictional telecom company and calls they make.

[**Gaming - XCOM 2 (Java):**](https://github.com/vaticle/typedb-examples/tree/master/xcom) a database of interdependent research tasks in the game XCOM 2, featuring automatic inference of available research based on completed tasks and available items.
[**Gaming - XCOM 2 (Java):**](https://github.com/vaticle/typedb-examples/tree/master/gaming/xcom) a database of interdependent research tasks in the game XCOM 2, featuring automatic inference of available research based on completed tasks and available items.

[**Biology - Catalogue of Life (Java):**](https://github.com/vaticle/typedb-examples/tree/master/catalogue_of_life) a database containing the information about the taxonomy of life on Earth, showcasing automated loading of data using [TypeDB-Loader.](https://github.com/typedb-osi/typedb-loader)
[**Biology - Catalogue of Life (Java):**](https://github.com/vaticle/typedb-examples/tree/master/biology/catalogue_of_life) a database containing the information about the taxonomy of life on Earth, showcasing automated loading of data using [TypeDB-Loader.](https://github.com/typedb-osi/typedb-loader)

[**Software Dev - GitHub (Kotlin):**](https://github.com/vaticle/typedb-examples/tree/master/github) Load data from a live repository on GitHub or from a Vaticle GitHub snapshot, and get results via a custom GUI interface that uses the Java client to fetch the requested data.
[**Software Dev - GitHub (Kotlin):**](https://github.com/vaticle/typedb-examples/tree/master/software/github) Load data from a live repository on GitHub or from a Vaticle GitHub snapshot, and get results via a custom GUI interface that uses the Java client to fetch the requested data.

## A hands-on walkthrough

Expand Down