Skip to content
/ weaver Public
forked from ServiceWeaver/weaver

Programming framework for writing and deploying cloud applications.

License

Notifications You must be signed in to change notification settings

ca-x/weaver

This branch is up to date with ServiceWeaver/weaver:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

656901c Â· Nov 8, 2024
Aug 23, 2024
Sep 10, 2024
Aug 23, 2024
Jul 18, 2023
Jul 11, 2024
Sep 10, 2024
Aug 7, 2024
Jul 11, 2024
Aug 23, 2024
May 6, 2024
Aug 7, 2024
Nov 8, 2024
Oct 2, 2023
May 17, 2023
Feb 6, 2023
Nov 8, 2024
Jan 10, 2024
Feb 15, 2024
Jul 19, 2023
Jul 19, 2023
Nov 5, 2024
Nov 5, 2024
Aug 23, 2024
Jul 11, 2024
Jul 12, 2023
Aug 18, 2023
Aug 23, 2023
Aug 23, 2023
Jan 12, 2024
Feb 15, 2024
May 6, 2024

Repository files navigation

Service Weaver Go Reference

🚨 Important Announcement

Service Weaver began as an exploratory initiative to understand the challenges of developing, deploying, and maintaining distributed applications. We were excited by the strong interest from the developer community, which led us to open-source the project.

We greatly appreciate the continued advocacy and support of the Service Weaver community. However, we realized that it was hard for users to adopt Service Weaver directly since it required rewriting large parts of existing applications. Therefore, Service Weaver did not see much direct use, and effective December 5, 2024, we will transition Service Weaver into maintenance mode. After this date, for the next 6 months, we will only push critical commits to the GitHub repository, respond to critical issues, merge critical pull requests, and patch new releases. We recommend that users fork the repository and report any issues preventing them from maintaining a stable version of the code.

On June 6, 2025, we plan to permanently freeze and archive the GitHub repository, after which no new commits or releases will be made.

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.

$ go run .                      # Run locally.
$ weaver gke deploy weaver.toml # Run in the cloud.

Visit https://serviceweaver.dev to learn more about Service Weaver.

Installation and Getting Started

Visit https://serviceweaver.dev/docs.html for installation instructions and information on getting started.

Contributing

Please read our contribution guide for details on how to contribute.

About

Programming framework for writing and deploying cloud applications.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 93.5%
  • HTML 4.0%
  • Other 2.5%