Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Go Plugin | 4,239 | 1,122 | 2,120 | 9 days ago | 21 | August 18, 2022 | 57 | mpl-2.0 | Go | |
Golang plugin system over RPC. | ||||||||||
Sofa Jarslink | 3,049 | 12 | 2 | 5 months ago | 4 | April 01, 2018 | 19 | apache-2.0 | Java | |
Jarslink is a sofa ark plugin used to manage multi-application deployment | ||||||||||
Solon | 1,046 | 1 | 72 | a day ago | 453 | July 12, 2022 | 4 | apache-2.0 | Java | |
Solon is an efficient Java application development framework, a newly independent open ecosystem. Faster, smaller and simpler!! Start 5 ~ 10 times faster; qps 2 ~ 3 times higher; Run time memory saving 1/3 ~ 1/2; Packing can be reduced to 1/2 ~ 1/10 | ||||||||||
Happypandax | 743 | 3 days ago | 85 | lgpl-3.0 | JavaScript | |||||
A cross-platform server and client application for managing and reading manga and doujinshi | ||||||||||
Pie | 671 | 26 | 10 | 6 years ago | May 31, 2021 | 4 | mit | Go | ||
a toolkit for creating plugins for Go applications | ||||||||||
Akka Grpc | 420 | 4 | 17 | 2 days ago | 40 | September 26, 2022 | 167 | other | Scala | |
Akka gRPC | ||||||||||
Joyrpc | 393 | 4 months ago | 10 | March 14, 2021 | apache-2.0 | Java | ||||
high-performance, high-extensibility Java rpc framework. | ||||||||||
Node Client | 359 | 30 | 6 | 6 months ago | 35 | December 13, 2021 | 10 | mit | TypeScript | |
Nvim Node.js client and plugin host | ||||||||||
Ogma | 224 | 15 | 15 hours ago | 33 | November 28, 2022 | 19 | mit | TypeScript | ||
A monorepo for the ogma logger and related packages | ||||||||||
Plugins | 223 | 8 days ago | 71 | bsd-3-clause | Python | |||||
Community curated plugins for core-lightning |
terraform-plugin-mux provides a method for combining Terraform providers built in multiple different SDKs and frameworks to be combined into a single logical provider for Terraform to work with. It is designed to allow provider developers to implement resources and data sources at the level of abstraction that is most suitable for that specific resource or data source, and to allow provider developers to upgrade between SDKs or frameworks on a resource-by-resource basis instead of all at once.
terraform-plugin-mux is a Go module versioned using semantic versioning.
The module is currently on a v0 major version, indicating our lack of confidence in the stability of its exported API. Developers depending on it should do so with an explicit understanding that the API may change and shift until we hit v1.0.0, as we learn more about the needs and expectations of developers working with the module.
We are confident in the correctness of the code and it is safe to build on so long as the developer understands that the API may change in backwards incompatible ways and they are expected to be tracking these changes.
Providers built on terraform-plugin-mux will only be usable with Terraform v0.12.0 and later. Developing providers for versions of Terraform below 0.12.0 is unsupported by the Terraform Plugin SDK team.
Providers built on the Terraform Plugin SDK must be using version 2.2.0 of the Plugin SDK or higher to be able to be used with terraform-plugin-mux.
This project follows the support policy of Go as its support policy. The two latest major releases of Go are supported by the project.
Currently, that means Go 1.19 or later must be used when including this project as a dependency.
Refer to .github/CONTRIBUTING.md
. The website directory README contains details about how to contribute to the documentation on terraform.io.
This module is licensed under the Mozilla Public License v2.0.