Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/skullabs/kikaha
A fast middleware designed for microservices
https://github.com/skullabs/kikaha
actor-model cdi cloud cloud-infrastructure java-8 jdbi kikaha kotlin micro-framework microservice reactive rest-api
Last synced: about 2 months ago
JSON representation
A fast middleware designed for microservices
- Host: GitHub
- URL: https://github.com/skullabs/kikaha
- Owner: Skullabs
- License: apache-2.0
- Fork: true (ladraum/undertow-standalone)
- Created: 2014-06-11T12:09:38.000Z (over 10 years ago)
- Default Branch: version-2.1.x
- Last Pushed: 2023-04-15T20:20:58.000Z (over 1 year ago)
- Last Synced: 2024-09-25T20:49:45.974Z (about 2 months ago)
- Topics: actor-model, cdi, cloud, cloud-infrastructure, java-8, jdbi, kikaha, kotlin, micro-framework, microservice, reactive, rest-api
- Language: Java
- Homepage: https://skullabs.github.io/kikaha/
- Size: 2.4 MB
- Stars: 59
- Watchers: 13
- Forks: 13
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Kikaha
[![Stable Version](https://img.shields.io/badge/stable%20version-2.1.6.Final-green.svg?style=flat-square)](https://github.com/Skullabs/kikaha/releases)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/io.skullabs.kikaha/kikaha-parent/badge.svg?style=flat-square)](https://maven-badges.herokuapp.com/maven-central/io.skullabs.kikaha/kikaha-parent)
[![Codeship Status](https://circleci.com/gh/Skullabs/kikaha.png?circle-token=65585c046fe1119aa73977da5eeaf0150b82ac9c)](https://circleci.com/gh/Skullabs/kikaha/)Kikaha is a micro container writen over the fast Undertow core. It was developed with two core ideas in mind:
- provides a lightweight micro container (written over the powerful undertow core), as alternative environment to to run web applications
- provide a set of undertow extensions to structure and initialize your application without writing a bunch of bootstraping lines of code, making easier to develop embedded applications## Contributors
- [Cesar Selonke](https://github.com/selonke)
- [Ricardo Mattiazzi Baumgarter](https://github.com/ladraum)
- [Miere Liniel Teixeira](https://github.com/miere)
- [Ronei Vinicius Gebert](https://github.com/roneigebert)
- [Sizebay](https://github.com/Sizebay) guys
- [Ibratan](https://github.com/Ibratan) guys
- [Jay Milagroso](https://github.com/jmilagroso)
- [Jardel Novaes](https://github.com/jardelnovaes)Be a contributor and join our team. Kikaha need your help to provide the best to the community. Even simple tasks like testing the micro container, finding typos in docs or reporting improvements feedbacks will be welcome.
## Community / Support
* [Documentation](http://kikaha.io/)
* [GitHub Issues](https://github.com/Skullabs/kikaha/issues)
* [Google Group](https://groups.google.com/forum/#!forum/kikaha)## Guides
* [Guide to deploy Kikaha apps at Amazon](https://gist.github.com/miere/346c6f44f4544cacd018e7c55baca4ee) - early draft
* Guide to deploy Kikaha with Docker, Consul and NGINX - todo
* Creating smart server applications - todo
* [A JWT guide to Kikaha developers](https://github.com/Skullabs/kikaha-samples/tree/master/jwt) - early draft### License
Kikaha is released under [Apache 2.0 licensed](http://www.apache.org/licenses/LICENSE-2.0.html).