The following assumes that you have completed the steps for setting up your local environment as well as creating an account and project. If you have not done this you must follow the instructions here:
- Setting Up your Machine
- as well as the Developer prerequisites
- Install npm (node package manager)
- We recommend v6.14.3 or later. (Check with
npm -v
)
- We recommend v6.14.3 or later. (Check with
- You also need to install the protobuf compiler.
- We recommend using v3.0.0 or later. (Check with
protoc --version
) - Mac OS X
brew install protobuf
- Linux
sudo apt install protobuf-compiler
- Or alternatively (src and bins)
- We recommend using v3.0.0 or later. (Check with
- Your Lightbend Cloudstate Account
- Creating a Project
Grab the sample application from github:
https://github.com/lightbend/cloudstate-samples
Event sourced example with PostgreSQL statefulstore
. Simple shop front end to interact with.
CRDT chat with simple front end web interface, friends storage, and presence state.
Event sourced example with PostgreSQL statefulstore
. This example provides a back-end service that implements a shopping cart like functionality, allowing for requests to be send against it in order to store, retrieve and delete data.
The license is Apache 2.0, see LICENSE-2.0.txt.
This project is NOT supported under the Lightbend subscription.
This project is maintained mostly by @coreyauger and @cloudstateio.
Feel free to ping above maintainers for code review or discussions. Pull requests are very welcome–thanks in advance!