Skip to content

Swoorup/Scala3-Event-Sourcing-Demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scala3 EventSourcing Demo

A demo app demonstrating Scala 3 features.

This demonstrates the following Scala 3 features:

Building

Requirements

  • Scala 3 compiler
  • sbt build tool
  • Java 11 SDK
  • VsCode (Metals extension) to browse through the source code

If you are on MacOSX and have brew installed, you can install the tools via the following:

brew install scala sbt openjdk@11

Compiling

This is a normal sbt project. You can compile code with sbt compile. For more information on the sbt-dotty plugin, see the scala3-example-project.

Running

You can run it with sbt run, and sbt console will start a Scala 3 REPL.

Scala 3 Reading Resources

About

A simple application for demonstrating Scala 3 and Event Sourcing.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published