Skip to content

Explore how to convert files into streams with Apache Camel

License

Notifications You must be signed in to change notification settings

champel/camel-file-to-streams

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

File & Streams Example

Introduction

This example shows how to work with files and Streams.

The example consumes generated files from a folder, splits and marshals the content and sends the elements to an event stream. When the file is processed, it is stored and a notification with the filename is sent to a archive stream.

Build

You will need to compile this example first:

$ mvn compile

Run

The example should run if you type

$ mvn exec:java

After the example is complete, you should see the logs from the different streams and the processed files in the `test/store' folder.

Contributions & Suggestions

If you stumble with this project and it helps you, good :)

If you see a problem or an improvement with the resolution, I am open to talk, learning never ends.

About

Explore how to convert files into streams with Apache Camel

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages