https://github.com/fgforrest/evitadb-tutorial
Tutorial materials for evitaDB.
https://github.com/fgforrest/evitadb-tutorial
Last synced: 3 months ago
JSON representation
Tutorial materials for evitaDB.
- Host: GitHub
- URL: https://github.com/fgforrest/evitadb-tutorial
- Owner: FgForrest
- License: apache-2.0
- Created: 2023-09-02T13:19:27.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-07-03T06:53:18.000Z (12 months ago)
- Last Synced: 2025-08-05T11:40:01.637Z (11 months ago)
- Size: 334 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tutorial for evitaDB
This repository contains a Java tutorial demonstrating how to connect, query, and update an evitaDB database.
Each example is contained in a `Main` class in the `src/main/java/io/evitadb/tutorial` directory and can be executed
by running `main` method of the class.
Each example assumes that an instance of the evitaDB database is running on the same machine and exposes the web APIs
on standard ports 5555, 5556 and 5557.
Each example is located in its own branch and is numbered as sequence of chapter number, followed by a dot, followed by
the example number. For example, the first example of chapter 2 is located in branch `02.01-name-of-the-example`. For
running the example you'll need Java 17 or higher. We recommend executing the examples from your IDE so that you can
place breakpoints and inspect the code.
All examples are licensed under the Apache License 2.0.