Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gregorwolf/cap-replication-demo
Demonstrate replication with CAP
https://github.com/gregorwolf/cap-replication-demo
Last synced: 6 days ago
JSON representation
Demonstrate replication with CAP
- Host: GitHub
- URL: https://github.com/gregorwolf/cap-replication-demo
- Owner: gregorwolf
- Created: 2022-06-17T05:22:55.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-25T07:26:41.000Z (10 months ago)
- Last Synced: 2024-10-11T02:35:41.428Z (28 days ago)
- Language: JavaScript
- Size: 185 KB
- Stars: 4
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Demonstrate replication with CAP
## Setup
```
cds deploy --to sqlite:sqlite.db --with-mocks
```## Startup
```
cds run --with-mocks
```