You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-2Lines changed: 6 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -10,9 +10,9 @@ This repo contains the source code of the Cadence server. The client lib you can
10
10
11
11
See Maxim's talk at [Data@Scale Conference](https://atscaleconference.com/videos/cadence-microservice-architecture-beyond-requestreply) for an architectural overview of Cadence.
12
12
13
-
## Running
13
+
## Getting Started
14
14
15
-
### Locally
15
+
### Start the cadence-server locally
16
16
17
17
* Build the required binaries following the instructions [here](CONTRIBUTING.md).
18
18
@@ -42,6 +42,10 @@ brew install cassandra
42
42
43
43
You can also [build and run](docker/README.md) the service using Docker.
44
44
45
+
### Run the Samples
46
+
47
+
Try out the sample recipes [here](https://github.com/samarabbas/cadence-samples) to get started.
48
+
45
49
## Contributing
46
50
We'd love your help in making Cadence great. Please review our [instructions](CONTRIBUTING.md).
0 commit comments