https://github.com/creek-service/creek-service
The core of the Creek system
https://github.com/creek-service/creek-service
java microservice microservices microservices-architecture
Last synced: 26 days ago
JSON representation
The core of the Creek system
- Host: GitHub
- URL: https://github.com/creek-service/creek-service
- Owner: creek-service
- License: apache-2.0
- Created: 2021-11-10T12:12:15.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-06T14:17:41.000Z (10 months ago)
- Last Synced: 2024-08-07T07:46:33.613Z (10 months ago)
- Topics: java, microservice, microservices, microservices-architecture
- Language: Java
- Homepage: http://www.creekservice.org
- Size: 725 KB
- Stars: 6
- Watchers: 0
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
[](https://opensource.org/licenses/Apache-2.0)
[](https://coveralls.io/github/creek-service/creek-service?branch=main)
[](https://github.com/creek-service/creek-service/actions/workflows/build.yml)
[](https://central.sonatype.dev/search?q=creek-service-*)
[](https://github.com/creek-service/creek-service/actions/workflows/codeql.yml)
[](https://api.securityscorecards.dev/projects/github.com/creek-service/creek-service)
[](https://bestpractices.coreinfrastructure.org/projects/6899)# Creek Service
The libraries published from this repository form the core of the Creek system used to implement Creek based microservices
and extensions to Creek itself.See [CreekService.org](https://www.creekservice.org) for info on Creek Service.
## Modules
* **[context](context)** [[JavaDocs](https://javadoc.io/doc/org.creekservice/creek-service-context)]: Provides features to make it easier to write Kafka and Kafka Streams based microservices.
* **[extension](extension)** [[JavaDocs](https://javadoc.io/doc/org.creekservice/creek-service-extension)]: Contains base types used to implement a Creek service extension and a means of loading extensions
* **[test-java-eight](test-java-eight)**: Contains functional testing extension loading *without* Java 9 modularity
* **[test-java-nine](test-java-nine)**: Contains functional testing extension loading *with* Java 9 modularity
* **[test-java-eight-extension](test-java-eight-extension)**: Contains a test-only service extension *without* Java 9 module info
* **[test-java-nine-extension](test-java-nine-extension)**: Contains a test-only service extension *with* Java 9 module info