Skip to content

iota-community/flink-tangle-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tangle Streaming examples in Flink

Note: This project is based on the flink-tangle-source library. This is a proof of concept and should not be used in production environments. Feel free to contribute, so that it eventually becomes production ready.

This project has a few tangle streaming examples in Flink.

Use the examples

1. Install java & sbt

You need to install java >= 8 & sbt, before you can execute the examples.

2. Build & publish dependencies

Since this library is not production ready, you need to build & publish the dependencies locally. You can find the description about the process in the repositories:

3. Run the application

If the dependencies are available, you can run the example in the following way:

sbt run

SBT will ask you which application you want to run. Just select the application you want to run.

Troubleshooting

The ZeroMQ server is not available

TangleBeat has a list of public tangle ZMQ server. Just pick one and change the application.conf in src/main/resources

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages