Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/encoredev/infra
Infra utilities for Encore applications
https://github.com/encoredev/infra
api aws azure backend backend-api backend-framework cloud cloud-native database devops distributed-systems engine gcp go golang microservices postgresql serverless
Last synced: 24 days ago
JSON representation
Infra utilities for Encore applications
- Host: GitHub
- URL: https://github.com/encoredev/infra
- Owner: encoredev
- License: mpl-2.0
- Created: 2023-05-02T10:25:18.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-02T13:03:12.000Z (almost 2 years ago)
- Last Synced: 2025-01-11T03:15:10.648Z (26 days ago)
- Topics: api, aws, azure, backend, backend-api, backend-framework, cloud, cloud-native, database, devops, distributed-systems, engine, gcp, go, golang, microservices, postgresql, serverless
- Language: Go
- Homepage: https://encore.dev
- Size: 16.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Infra utilities
This repository provides the `x.encore.dev/infra` module, comprising utility packages
for effectively working with cloud infrastructure using [Encore](https://github.com/encoredev/encore).### Transactional Outbox
[![PkgGoDev](https://pkg.go.dev/badge/x.encore.dev/infra/pubsub/outbox)](https://pkg.go.dev/x.encore.dev/infra/pubsub/outbox)
The `pubsub/outbox` package provides a transactional outbox for transactional publishing of
messages to a pubsub topic. This is useful when you want to publish a message as part of a
database transaction and tie the publishing to the fate (commit/rollback) of the transaction.Use the "Go reference" link above for more information.