Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rgl/aws-docdb-example
AWS DocumentDB example Go application
https://github.com/rgl/aws-docdb-example
aws aws-docdb aws-documentdb
Last synced: about 1 month ago
JSON representation
AWS DocumentDB example Go application
- Host: GitHub
- URL: https://github.com/rgl/aws-docdb-example
- Owner: rgl
- Created: 2024-05-01T18:03:53.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-08-20T18:34:25.000Z (5 months ago)
- Last Synced: 2024-10-05T18:22:04.500Z (4 months ago)
- Topics: aws, aws-docdb, aws-documentdb
- Language: Go
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# About
[![Build](https://github.com/rgl/aws-docdb-example/actions/workflows/build.yml/badge.svg)](https://github.com/rgl/aws-docdb-example/actions/workflows/build.yml)
AWS DocumentDB example Go application.
This is used in:
* [rgl/terramate-aws-eks-example](https://github.com/rgl/terramate-aws-eks-example)
# Usage
Install Docker Compose.
Create the environment:
```bash
docker compose up --build --detach
```Access the example application endpoint:
```bash
xdg-open http://localhost:8000
```Destroy the environment:
```bash
docker compose down --remove-orphans --volumes --timeout=0
```