An open API service indexing awesome lists of open source software.

https://github.com/flipkart-incubator/Poseidon

Platform to build API applications that have to aggregate data from distributed services in an efficient way.
https://github.com/flipkart-incubator/Poseidon

Last synced: about 2 months ago
JSON representation

Platform to build API applications that have to aggregate data from distributed services in an efficient way.

Awesome Lists containing this project

README

        

Poseidon
=======

Poseidon is a platform to build API applications that have to aggregate data from distributed services in an efficient way.

## Features

1. Resilient and fault tolerant API layer in SOA achieved using [Phantom](https://github.com/flipkart/phantom)
2. Scatter-Gather capability built using [Lego](https://github.com/flipkart-incubator/Lego)
3. Dynamic dispatching and composing at API layer built using [Hydra](https://github.com/flipkart-incubator/hydra)
4. Embedded web server (Jetty), out of box metrics exposed through JMX
5. Configuration driven Distributed Tracing support
6. Data governance support to collect and log events
7. In-built, [phantom dashboard](https://github.com/Flipkart/Phantom#phantom-consoles)

## Releases

| Release | Date | Description |
|:------------|:----------------|:------------|
| Version 5.14.0 | Apr 11 2022 | Upgrade spring to 5.3.18 and jackson to 2.13.2.2
| Version 5.13.0 | Dec 16 2021 | Upgrade log4j to 2.16.0 and phantom to 3.8.0
| Version 5.12.0 | Dec 10 2021 | Upgrade log4j to 2.15.0, phantom to 3.7.0 and jetty to 9.4.44.v20210927
| Version 5.11.0 | Dec 01 2021 | Support for multipart forms in ServiceClients and session management
| Version 5.10.0 | Sep 02 2020 | Upgrade to Spring 5.2.5.RELEASE
| Version 5.9.0 | Aug 05 2020 | Custom servlets, singleton DS, bug fixes

## Changelog

Changelog can be viewed in [CHANGELOG.md](https://github.com/flipkart-incubator/Poseidon/blob/master/CHANGELOG.md)

## Getting Started

A sample application is available [here](https://github.com/flipkart-incubator/Poseidon/tree/master/sample#poseidon-sample).

## Users

[Flipkart](http://www.flipkart.com)

[HealthFace.in](http://healthface.in)

## Continuous Integration

Uses https://travis-ci.org/ to run tests for pushes and pull requests

## Getting help
For discussion, help regarding usage, or receiving important announcements, subscribe to the [Poseidon users mailing list](https://groups.google.com/a/flipkart.com/forum/#!forum/poseidon-users)

## Contribution, Bugs and Feedback

For bugs, questions and discussions please use the [Github Issues](https://github.com/flipkart-incubator/Poseidon/issues).
Please follow the [contribution guidelines](https://github.com/flipkart-incubator/Poseidon/blob/master/CONTRIBUTING.md) when submitting pull requests.

## License

Copyright 2016 Flipkart Internet, pvt ltd.

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 at

http://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.