Skip to content

Latest commit

 

History

History
 
 

examples

Finatra Examples

finatra logo

A collection of example Finatra applications.

Details

For detailed information see the README.md within each example project. Every project builds with sbt and at least one example which also uses Maven.

Building and Running

develop branch

If you want to build/run the examples from the develop branch you will need to make sure to follow the instructions in the CONTRIBUTING.md documentation for building SNAPSHOT versions of Finatra Twitter OSS dependencies along with building Finatra itself.

To accomplish this easily:

curl -s https://raw.githubusercontent.com/twitter/dodo/develop/bin/build | bash -s -- --no-test --include finatra

This commands differs from the CONTRIBUTING.md documentation in that it will also include building and publishing Finatra locally from the Finatra develop branch.

master or a release branch

Follow the instructions in the project's README.md for how to run the server.

More information

For more information please see our User Guide or browse the source code (tests are especially good sources of information and examples).