Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/microbule/microbule
A lightweight microservices framework for Java!
https://github.com/microbule/microbule
apache-cxf apache-karaf cdi circuit-breaker cxf gson java java-8 jax-rs karaf microservice microservice-framework osgi osgi-services rest spring springframework
Last synced: 14 days ago
JSON representation
A lightweight microservices framework for Java!
- Host: GitHub
- URL: https://github.com/microbule/microbule
- Owner: Microbule
- License: apache-2.0
- Created: 2016-09-18T18:35:17.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-01T15:17:54.000Z (over 7 years ago)
- Last Synced: 2024-10-18T18:59:59.774Z (28 days ago)
- Topics: apache-cxf, apache-karaf, cdi, circuit-breaker, cxf, gson, java, java-8, jax-rs, karaf, microservice, microservice-framework, osgi, osgi-services, rest, spring, springframework
- Language: Java
- Homepage: https://microbule.github.io/microbule/
- Size: 1020 KB
- Stars: 11
- Watchers: 10
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Microbule
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.microbule/microbule-parent/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.microbule/microbule-parent)
[![Javadocs](https://javadoc.io/badge/org.microbule/microbule-parent.svg)](https://javadoc.io/doc/Microbule/microbule)
[![Build Status](https://travis-ci.org/Microbule/microbule.svg?branch=master)](https://travis-ci.org/Microbule/microbule)
[![Quality Gate](https://sonarqube.com/api/badges/gate?key=org.microbule:microbule-parent)](https://sonarqube.com/dashboard?id=org.microbule%3Amicrobule-parent)
[![Coverage](https://sonarqube.com/api/badges/measure?key=org.microbule:microbule-parent&metric=coverage)](https://sonarqube.com/dashboard?id=org.microbule%3Amicrobule-parent)
[![Tech Debt](https://sonarqube.com/api/badges/measure?key=org.microbule:microbule-parent&metric=sqale_debt_ratio)](https://sonarqube.com/dashboard?id=org.microbule%3Amicrobule-parent)
[![License](http://img.shields.io/:license-apache-brightgreen.svg)](http://www.apache.org/licenses/LICENSE-2.0.html)
[![Gitter chat](https://img.shields.io/gitter/room/nwjs/nw.js.svg)](https://gitter.im/Microbule/Lobby)Microbule provides a framework for developing [Microservices](http://www.martinfowler.com/articles/microservices.html)
quickly and easily! Services are written using the standard
[Java API for RESTful Services](https://jax-rs-spec.java.net/) (JAX-RS).## Table of Contents
- [Documentation](#documentation)
- [Building](#building-microbule)
- [Support](#support)
- [Community](#community)
- [Contributing](#contributing)
- [License](#license)
- [What's in a Name?](#whats-in-a-name)## Documentation
Visit our [Documentation](https://microbule.github.io/microbule/)!
## Building Microbule
1. Clone the Git repository from GitHub:
```text
git clone [email protected]:Microbule/microbule.git
```2. Build Microbule Using [Apache Maven](http://maven.apache.org):
```text
mvn clean install
```## Support
Please [open an issue](https://github.com/Microbule/microbule/issues/new) for support.
## Community
Please join us on [Gitter](https://gitter.im/Microbule/Lobby)!
## Contributing
Please contribute using [Github Flow](https://guides.github.com/introduction/flow/). Create a branch, add commits, and [open a pull request](https://github.com/Microbule/microbule/compare).
## License
Microbule is licensed under the [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0).
## What's in a Name?
A "microbule" is a unit of length used in Marvel's
[Guardians of the Galaxy](http://marvel.com/characters/70/guardians_of_the_galaxy) movie (the lineup scene). Microbule strives to be the
microservices framework that the others will try to measure up to!