Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months 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 (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-06T14:17:41.000Z (6 months ago)
- Last Synced: 2024-08-07T07:46:33.613Z (6 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
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
[![Coverage Status](https://coveralls.io/repos/github/creek-service/creek-service/badge.svg?branch=main)](https://coveralls.io/github/creek-service/creek-service?branch=main)
[![build](https://github.com/creek-service/creek-service/actions/workflows/build.yml/badge.svg)](https://github.com/creek-service/creek-service/actions/workflows/build.yml)
[![Maven Central](https://img.shields.io/maven-central/v/org.creekservice/creek-service-context.svg)](https://central.sonatype.dev/search?q=creek-service-*)
[![CodeQL](https://github.com/creek-service/creek-service/actions/workflows/codeql.yml/badge.svg)](https://github.com/creek-service/creek-service/actions/workflows/codeql.yml)
[![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/creek-service/creek-service/badge)](https://api.securityscorecards.dev/projects/github.com/creek-service/creek-service)
[![OpenSSF Best Practices](https://bestpractices.coreinfrastructure.org/projects/6899/badge)](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