https://github.com/mparticle/mparticle-firehose-java-sdk
Java SDK for mParticle Firehose
https://github.com/mparticle/mparticle-firehose-java-sdk
Last synced: 10 months ago
JSON representation
Java SDK for mParticle Firehose
- Host: GitHub
- URL: https://github.com/mparticle/mparticle-firehose-java-sdk
- Owner: mParticle
- License: other
- Created: 2015-07-22T18:01:12.000Z (almost 11 years ago)
- Default Branch: main
- Last Pushed: 2024-05-03T15:30:21.000Z (about 2 years ago)
- Last Synced: 2024-06-21T09:16:08.868Z (almost 2 years ago)
- Language: Java
- Homepage: http://www.mparticle.com
- Size: 683 KB
- Stars: 5
- Watchers: 25
- Forks: 16
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mParticle Firehose SDK
[](https://search.maven.org/#search%7Cga%7C1%7Cmparticle)
A Java library for building and deploying third-party extensions for [mParticle](https://www.mparticle.com) over Amazon's [Lambda platform](https://aws.amazon.com/lambda/).
This library translates messages from the mParticle Firehose API into easy-to-use objects so that you can register and integrate your service with mParticle.
## What is mParticle Firehose?
mParticle aims to allow our customers to send their data wherever they want it to go, and we integrate with many services across the mobile-app ecosystem in order to achieve that. mParticle Firehose is an API that lets anybody become one of our integration partners. Leveraging Amazon AWS's [Lambda platform](https://aws.amazon.com/lambda/), mParticle will send your "lambda function" data as it comes into our system so that your function can then forward it along to your own API.
## Documentation
- [See the mParticle docs site for an in-depth tutorial](http://docs.mparticle.com/developers/partners/firehose)
- [Javadocs](http://docs.mparticle.com/developers/partners/firehose/javadocs/index.html)
### Samples
- [Starter Project](https://github.com/mParticle/lambda-extension-sample)
- [See the samples in this project](https://github.com/mParticle/mparticle-firehose-java-sdk/tree/master/examples)
- [Real life example](https://github.com/Iterable/mparticle-firehose-iterable)
### AWS Lambda Overview
- [Creating and deploying a Lambda project](http://docs.aws.amazon.com/lambda/latest/dg/java-gs.html)
- [Lambda Programming Model Overview](http://docs.aws.amazon.com/lambda/latest/dg/java-programming-model.html)
## Bugs and Feedback
For bugs, questions, etc., please use [Github Issues](https://github.com/mParticle/mparticle-firehose-java-sdk/issues).
## Contributing
Contributions welcome! Fork this repo and put up a PR - thanks!
## License
[Apache License 2.0](http://www.apache.org/licenses/LICENSE-2.0)