Skip to content

KostadinP/eclipsestore-workshop

Repository files navigation

EclipseStore Workshop

This workshop teaches you how to use EclipseStore, an in-memory database that stores Java objects directly. You will learn the basics of object persistence, data modeling, and performance optimization.

Getting Started

Please follow the tasks in WORKSHOP_TASKS.md to complete the workshop exercises.

Prerequisites

You need Java 25 installed on your computer.

Running the Application

To start the application, use one of these commands:

Linux/macOS:

./gradlew bootRun

Windows:

gradlew.bat bootRun

The application will start on http://localhost:8080

Building the Project

To build the project:

Linux/macOS:

./gradlew build

Windows:

gradlew.bat build

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages