Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ServiceWeaver/weaver
Programming framework for writing and deploying cloud applications.
https://github.com/ServiceWeaver/weaver
Last synced: 3 months ago
JSON representation
Programming framework for writing and deploying cloud applications.
- Host: GitHub
- URL: https://github.com/ServiceWeaver/weaver
- Owner: ServiceWeaver
- License: apache-2.0
- Created: 2023-01-04T16:54:28.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-11T17:21:16.000Z (4 months ago)
- Last Synced: 2024-10-16T07:41:42.653Z (3 months ago)
- Language: Go
- Homepage: https://serviceweaver.dev
- Size: 53.4 MB
- Stars: 4,777
- Watchers: 66
- Forks: 226
- Open Issues: 46
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-distributed-system-projects - Service Weaver - A framework that allows to write applications as modular binary and deploy it as a set of microservices
- awesome-repositories - ServiceWeaver/weaver - Programming framework for writing and deploying cloud applications. (Go)
- my-awesome - ServiceWeaver/weaver - 12 star:4.8k fork:0.2k Programming framework for writing and deploying cloud applications. (Go)
README
# Service Weaver [![Go Reference](https://pkg.go.dev/badge/github.com/ServiceWeaver/weaver.svg)](https://pkg.go.dev/github.com/ServiceWeaver/weaver)
Service Weaver is a programming framework for writing, deploying, and managing
distributed applications. You can run, test, and debug a Service Weaver
application locally on your machine, and then deploy it to the
cloud with a single command.```bash
$ go run . # Run locally.
$ weaver gke deploy weaver.toml # Run in the cloud.
```Visit [https://serviceweaver.dev][website] to learn more about Service Weaver.
## Installation and Getting Started
Visit [https://serviceweaver.dev/docs.html][docs] for installation
instructions and information on getting started.## Contributing
Please read our [contribution guide](./CONTRIBUTING.md) for details on how
to contribute.[website]: https://serviceweaver.dev
[docs]: https://serviceweaver.dev/docs.html