https://github.com/maxgfr/rabbitmq-twitter-process
Java application to process files and twitter trends with RabbitMQ
https://github.com/maxgfr/rabbitmq-twitter-process
apache-camel java rabbitmq rabbitmq-client sqlite twitter-api twitter-trends
Last synced: about 2 months ago
JSON representation
Java application to process files and twitter trends with RabbitMQ
- Host: GitHub
- URL: https://github.com/maxgfr/rabbitmq-twitter-process
- Owner: maxgfr
- Created: 2019-04-04T08:12:09.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-02-29T20:20:33.000Z (over 2 years ago)
- Last Synced: 2025-05-13T22:24:56.342Z (about 1 year ago)
- Topics: apache-camel, java, rabbitmq, rabbitmq-client, sqlite, twitter-api, twitter-trends
- Language: Java
- Homepage:
- Size: 342 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rabbitmq-twitter-process
Writen by Alexandre Negre and Maxime Golfier
## How to run the project ? :
```
mv .env.example .env # use your OWN credentials
mvn clean install && mvn exec:java
```
## Prerequisites (on Mac OS) :
```
brew install mvn
brew install rabbitmq
brew services start rabbitmq
```