https://github.com/soujava/nosql-design-pitfalls
nosql design pitfalls
https://github.com/soujava/nosql-design-pitfalls
Last synced: 9 months ago
JSON representation
nosql design pitfalls
- Host: GitHub
- URL: https://github.com/soujava/nosql-design-pitfalls
- Owner: soujava
- Created: 2020-08-23T16:53:22.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-23T16:54:08.000Z (over 5 years ago)
- Last Synced: 2025-01-27T10:45:04.918Z (11 months ago)
- Language: Java
- Size: 38.1 KB
- Stars: 2
- Watchers: 13
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NoSQL design pitfalls with Java
## Otavio Santana (@otaviojava)

## Run as Docker-Compose
### Start fresh environment
`docker-compose -f docker-compose.yml up -d`
### Stop and Remove
`docker-compose -f docker-compose.yml down`
### List services
`docker-compose -f docker-compose.yml ps`