https://github.com/ceramicnetwork/go-cas
https://github.com/ceramicnetwork/go-cas
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ceramicnetwork/go-cas
- Owner: ceramicnetwork
- Created: 2022-11-27T15:04:12.000Z (over 3 years ago)
- Default Branch: develop
- Last Pushed: 2024-10-04T03:56:37.000Z (over 1 year ago)
- Last Synced: 2025-01-20T23:06:57.653Z (over 1 year ago)
- Language: Go
- Size: 341 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Go Ceramic Anchor Service
## Architecture
### Data Pipeline
https://lucid.app/documents/view/c9b677a7-2b60-4bec-89c7-43d10e2a262e
### Flows
https://lucid.app/documents/view/9fb65517-add6-48f5-a35b-e8c5835a9762
## TODOs
- [ ] Clean up logging in `go-sqs` and `go-cas`
### Development
You can run integration tests through docker via the following command:
```
docker-compose -f ./docker-compose.yml -f docker-compose.integration.yml up -d
```
This will bring up all the necessary containers to have the tests run.