- Notifications
You must be signed in to change notification settings - Fork0
This repo is for developers to read and write events to and from EventStoreDB. It is designed for individuals new to EventStoreDB, who want an easy on ramp to the platform. As a template repository, you can easily run the sample code in GitHub Codespaces and clone to start your own projects with EventStoreDB.
kurrent-io/EventStoreDB-From-Scratch-Java
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Cook up your own tasty recipes by following the following examples in the "FromScratch" series:
- .NET
- Node.js
- Python
- Java
TheFromScratch series provides practical path to learn a new framework. Follow this thorough set of instructions and example code and successsfully complete your initial project.
The Event Store Academy team (link to Academy when ready) wrote these with the following design goals.
- Solve the "Doesn't run on my machine" problem by configuring and verifying success in GitHub codespaces
- Clearly provide and explain all dependencies
- Include instructions to configure locally, including setting up a development environment
The From Scracth cotent intends to provide EVERYTHING you need to get started in ONE place.
A fast path to successfully running this code is to utilize GitHub codespaces.
For more info on codespaces please visithttps://github.com/features/codespaces.
At the time of writing this all GitHub users receive 60 hours/month of free access to codespaces for non-commercial use. As such, all you need to get started is a GitHub account.
Instructions for Running this code in Codespaces is available as a pdf hereInstructions For Running in Codespaces
The steps needed to take this repository as is, and run locally are included as a pdf here.Instructions For Running Locally
The main difference between running in Codespaces, and running locally is that you will need to install Docker so that you can run the EventStoreDB docker containt. And you will also need to install either a JDK, a .NET sdk, python, or node.JS depending on which of the "From Scratch" projects you are running. Please see the document for details.
This document describes the steps we took to build these examples including
- installing the programming language
- creating a directory
- setting up whatever additional tools are needed
Also included are the steps you would want to take to prepare your code for sharing on github, either publically, or privately within your organization.
These steps include:
- initializing a directory for git
- adding a .gitignore file
- pushing your first commit
Those steps are in this documentSetting up a local environment From Scratch
Upon successful completion of your "From Scratch" project, you can continue practicing with the examples located athttps://github.com/EventStore/samples.
In particular, theQuickstart examples contain more thorough examples, and include content referencing Go, Spring Boot, and Rust.
Included in the top level directory are the required resources:
- A PDFInstructions For Running in CodeSpaces outlining the steps needed to launch codespaces.
- A PDFInstructions For Running Locally describing how to run EventStoreDB locally, including step by step details on how we built the project.
- A PDFSetting Up A Local Environment describes the steps taken to build this project, that can be used as a template to get started on similar projects.
About
This repo is for developers to read and write events to and from EventStoreDB. It is designed for individuals new to EventStoreDB, who want an easy on ramp to the platform. As a template repository, you can easily run the sample code in GitHub Codespaces and clone to start your own projects with EventStoreDB.
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors2
Uh oh!
There was an error while loading.Please reload this page.