Giter VIP home page Giter VIP logo

jolly's Introduction

The Jolly Project

The Jolly Logo The Jolly Team

Jolly, a Fault-Tolerance Library for Java

The Jolly project is a simple fault-tolerance library inspired by the Polly Project.

Our GitHub repository

Our documentations

Open Sourced on GitHub

Jolly is open sourced on GitHub and is licensed under the MIT License.

Release Notes:

The Jolly Patterns

Software Features for this Release

Retry Asynchronous

Circuit-breaker

  • Synchronous
  • Asynchronous

Timeout

  • Synchronous
  • Asynchronous

Cache

  • Synchronous
  • Asynchronous

Fallback

  • Synchronous
  • Asynchronous

Bulkhead Isolation

  • Synchronous
  • Asynchronous

Bug Fixes Since Last Release (April 2018):

Adding asynchronous implementation for Retry

Changing Policy super class to accommodate generic types

Known Defects:

PolicyWrap: Though not promised, this pattern was a part of our backlog and Resilience4j, but we could not get to it because of other sprint goals and time constraints.
Documentations: Lack navigation features

Install Guide:

Pre-requisites:

  • Java 8 SDK
  • Gradle
  • Text editor or IDE (we recommend IntelliJ)

Dependent Libraries Required:

  • Other dependencies (namely, Resilience4j) will be installed by Gradle

Installation into your application:

To your build.gradle file, make the following additions:

  • Add maven { url "https://jolly.bintray.com/jolly" } to the repositories section.
  • Add compile { "io.github.jolly:jolly" } to the dependencies section.

Download Instructions (from source):

Note that downloading the source is only needed for development on the library itself. Go back to "Installation" to use the library in your application.

Download

  1. Download zip file from GitHub repo
  2. Unzip it

Build instructions (from source):

  1. Open the code directory in terminal (use cd linux command)
  2. Run gradle build

Run instructions (from source):

To demo the library, run the file src/main/java/io/github/jolly/demo/JollySample.java.

Troubleshooting:

  • Ensure your Java and Gradle versions are compatible
  • Ensure proper installation of dependencies

jolly's People

Contributors

ssun83 avatar anish2 avatar ardapekis avatar gkapoor6 avatar

Stargazers

Dahlia Witt avatar  avatar

Watchers

James Cloos avatar  avatar Yujia Xie avatar

Forkers

guitarbob99

jolly's Issues

Cache Implementation

Provides a response from cache if known.
Stores responses automatically in cache, when first retrieved.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.