Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Netflix/Turbine
SSE Stream Aggregator
https://github.com/Netflix/Turbine
Last synced: 4 days ago
JSON representation
SSE Stream Aggregator
- Host: GitHub
- URL: https://github.com/Netflix/Turbine
- Owner: Netflix
- License: apache-2.0
- Created: 2012-12-06T21:44:24.000Z (almost 12 years ago)
- Default Branch: 2.x
- Last Pushed: 2023-04-10T11:04:13.000Z (over 1 year ago)
- Last Synced: 2024-08-01T17:32:04.962Z (3 months ago)
- Language: Java
- Homepage:
- Size: 1.75 MB
- Stars: 835
- Watchers: 496
- Forks: 256
- Open Issues: 54
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-streaming - Turbine - tool for aggregating streams of Server-Sent Event (SSE) JSON data into a single stream. (Table of Contents / Toolkit)
- awesome-streaming - Turbine - tool for aggregating streams of Server-Sent Event (SSE) JSON data into a single stream. (Table of Contents / Toolkit)
README
## Documentation
See the [Wiki](https://github.com/Netflix/Turbine/wiki) for full documentation, examples, operational details and other information.
## Build Status
## Bugs and Feedback
For bugs, questions and discussions please use the [Github Issues](https://github.com/Netflix/Turbine/issues).
## Binaries
Binaries and dependency information for Maven, Ivy, Gradle and others can be found at [http://search.maven.org](http://search.maven.org/#search%7Cga%7C1%7Cnetflix%20turbine).
### Library
Dependencies on the library for embedded use are found on Maven Central.
Example for Maven:
```xml
com.netflix.turbine
turbine
2.minor.patch```
and for Ivy:```xml
```
### Executable
The standalone executable can also be found on Maven Central or in the Github Releases section.
## Build
* You need Java 8 or later.
To build:
```
$ git clone [email protected]:Netflix/Turbine.git
$ cd Turbine/
$ ./gradlew build
```
## LICENSECopyright 2014 Netflix, 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 atUnless 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.