https://github.com/lightbend/kalix-value-entity.g8
This is an sbt template for setting up a Scala Kalix project with a Value Entity.
https://github.com/lightbend/kalix-value-entity.g8
Last synced: about 1 year ago
JSON representation
This is an sbt template for setting up a Scala Kalix project with a Value Entity.
- Host: GitHub
- URL: https://github.com/lightbend/kalix-value-entity.g8
- Owner: lightbend
- Created: 2022-03-31T12:14:05.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-04-16T06:54:25.000Z (about 1 year ago)
- Last Synced: 2025-04-16T08:12:20.541Z (about 1 year ago)
- Language: Scala
- Homepage: https://docs.kalix.io/
- Size: 128 KB
- Stars: 2
- Watchers: 12
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Kalix Value Entity template
This is a template setting up a Scala [Kalix](https://docs.kalix.io/) project
with a [Value Entity](https://docs.kalix.io/java/value-entity.html).
You can create a new project based on this template using
[sbt](https://www.scala-sbt.org/):
```
sbt new lightbend/kalix-value-entity.g8
```
After that, follow the [README.md](src/main/g8/README.md) in the generated project.