Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tumblr/colossus
I/O and Microservice library for Scala
https://github.com/tumblr/colossus
microservice-framework scala
Last synced: about 2 months ago
JSON representation
I/O and Microservice library for Scala
- Host: GitHub
- URL: https://github.com/tumblr/colossus
- Owner: tumblr
- License: apache-2.0
- Created: 2014-11-11T16:06:06.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2021-08-14T08:40:07.000Z (over 3 years ago)
- Last Synced: 2024-08-04T06:02:57.031Z (5 months ago)
- Topics: microservice-framework, scala
- Language: Scala
- Homepage:
- Size: 8.63 MB
- Stars: 1,142
- Watchers: 77
- Forks: 96
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-scala - **colossus** - activity/y/tumblr/colossus) (Table of Contents / Web Frameworks)
README
Colossus
=========[![Build Status](https://api.travis-ci.org/tumblr/colossus.png?branch=master)](https://travis-ci.org/tumblr/colossus)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.tumblr/colossus_2.11/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.tumblr/colossus_2.11)
[![codecov.io](http://codecov.io/github/tumblr/colossus/coverage.svg?branch=master)](http://codecov.io/github/tumblr/colossus?branch=master)
Colossus is a lightweight I/O framework for building Scala services.
Colossus是一个用来构建Scala微服务的轻量级I/O框架。
Full documentation can be found here: https://tumblr.github.io/colossus
For general discussion and Q&A, check out the [Google Group](https://groups.google.com/forum/#!forum/colossus-users).
Colossus takes part in the TechEmpower web framework benchmarks under the [JSON serialization](https://www.techempower.com/benchmarks/#test=json) and [Plaintext](https://www.techempower.com/benchmarks/#test=plaintext) tests.
Here's an overview of what you can find in this repo:
* `colossus` : The framework
* `colossus-metrics` : high-performance metrics library (does not depend on colossus)
* `colossus-examples` : A few simple examples that can be run
* `colossus-testkit` : Small library containing a few useful tools for testing
* `colossus-tests` : The unit and integration tests for colossus
* `colossus-docs` : Markdown documentation### License
Copyright 2016 Tumblr Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.