Giter Club home page Giter Club logo

misk's Introduction

Overview

What is Misk

Misk (Microservice Container in Kotlin) is an open source microservice container from Cash App. It allows you to quickly create a microservice in Kotlin or Java, and provides libraries for common concerns like serving endpoints, caching, queueing, persistence, distributed leasing and clustering. It also includes the Wisp library, which is a collection of Kotlin modules providing various features and utilities, including config, logging, feature flags and more.

It has been powering hundreds of microservices within Cash App since 2018.

A Tour of Features

  • Server
    • Built on top of Jetty
    • HTTP/2 and gRPC support
    • Configurable through YAML
    • Service management through Guava
    • Web-based admin console
  • Client
    • Configurable HTTP clients built on top of OkHttp and Retrofit
    • gRPC clients built on top of Wire
  • Cloud integration
    • AWS: SQS, S3, DynamoDB
    • Google Cloud: Spanner
  • Scheduled Jobs with cron syntax
  • Persistence
    • ORM: Hibernate
    • JDBC: Connection pooling through Hikari
  • Cache: redis client
  • Metrics:
    • Integration with prometheus
    • Built-in metrics for JVM performance, networking and connection pooling
  • Testing framework with annotations
  • Kotlin utilities with minimal dependencies: Wisp

What's Next?

Want to jump right into it? Check out our Getting Started Guide.

What to know more about each module, see Developer Guide.

misk's People

Contributors

swankjesse avatar chris-ryan-square avatar adrw avatar r3mariano avatar dependabot[bot] avatar tirsen avatar mightyguava avatar keeferrourke avatar mmihic avatar staktrace avatar frojasg avatar jjestrel avatar yan avatar ryanhall07 avatar nbroyles avatar yoavamit avatar wesleyk avatar eeseegee avatar jgulbronson avatar jmuia avatar isafan avatar acostama avatar hamdanjaveed avatar biasedbit avatar tso avatar zhxnlai avatar mpawliszyn avatar shellderp avatar alecholmes avatar jdm-square avatar

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.