Skip to content

JUGGL/java-camel-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

An Apache Camel Application Written In Java

Slides And Speaker Notes

HERE

Running

mvn exec:java

Requirements

  • Maven
  • A Twitter developer account and the appropriate keys/secrets
  • Java 8

twitter.properties

api.key=XXXXXXXXXXXXXXXXXXXX
api.secret=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
access.token=XXXXXXXXXXXXXXXXXXXXXXXX
access.secret=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
db.url=jdbc:postgresql://127.0.0.1:5432/lykely
db.user=dbuser
db.pass=secret
db.pool=20

About

An example application to demonstrate the Apache Camel Java DSL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages