Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/paypal/squbs
Akka Streams & Akka HTTP for Large-Scale Production Deployments
https://github.com/paypal/squbs
akka akka-http akka-streams http-client reactive
Last synced: 6 days ago
JSON representation
Akka Streams & Akka HTTP for Large-Scale Production Deployments
- Host: GitHub
- URL: https://github.com/paypal/squbs
- Owner: paypal
- License: apache-2.0
- Created: 2015-07-07T20:48:12.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-04-17T20:07:37.000Z (8 months ago)
- Last Synced: 2024-11-29T17:03:35.267Z (13 days ago)
- Topics: akka, akka-http, akka-streams, http-client, reactive
- Language: Scala
- Homepage: http://paypal.github.io/squbs
- Size: 7.54 MB
- Stars: 1,434
- Watchers: 107
- Forks: 237
- Open Issues: 70
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
- Authors: AUTHORS.txt
Awesome Lists containing this project
- awesome-list - squbs - Scale Production Deployments | paypal | 1374 | (Scala)
- my-awesome - paypal/squbs - http,akka-streams,http-client,reactive pushed_at:2024-04 star:1.4k fork:0.2k Akka Streams & Akka HTTP for Large-Scale Production Deployments (Scala)
README
![image](docs/img/squbs-logo-transparent.png)
[![Join the chat at https://gitter.im/paypal/squbs](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/paypal/squbs?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![Build Status](https://github.com/paypal/squbs/actions/workflows/publish.yml/badge.svg)](https://github.com/paypal/squbs/actions/workflows/publish.yml)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.squbs/squbs-unicomplex_2.12/badge.svg?style=flat)](http://search.maven.org/#search|ga|1|g:org.squbs)
[![License](https://img.shields.io/badge/License-Apache%202.0-red.svg)](https://opensource.org/licenses/Apache-2.0)squbs (pronounced "skewbs") is a suite of components enabling standardization and operationalization of Pekko and Pekko HTTP applications/services in a large scale, managed, cloud environment. It standardizes how Pekko applications are deployed in different environments and how they are hooked up to the operational environments of large, internet-scale organizations.
## Documentation
[![Documentation Status](https://readthedocs.org/projects/squbs/badge/?version=latest)](https://squbs.readthedocs.io)
[https://paypal.github.io/squbs/](https://paypal.github.io/squbs/)
## Getting Started
The easiest way to getting started is to create a project from one of the squbs templates. The followings are currently available giter8 templates:
* [squbs-scala-seed](https://github.com/paypal/squbs-scala-seed.g8): Template for creating sample squbs scala application
* [squbs-java-seed](https://github.com/paypal/squbs-java-seed.g8): Template for creating sample squbs java application## Contributing to squbs
Thank you very much for contributing to squbs. Please read the [contribution guidelines](CONTRIBUTING.md) for the process.
## License
squbs is licensed under the [Apache License, v2.0](LICENSE.txt)