Skip to content

OpenHFT/Chronicle-Queue-Demo

Repository files navigation

Chronicle-Queue-Demo

This is a tutorial demonstrating the usage of Chronicle Queue with simple demo programs.

Order Processor

Two hop latency

You can find the source code for the order processor example here.

Downloading and Running Sample Programs

If you’re running Windows, you will need to install the git client and open-ssh Cygwin, here, with a guide showing installation and packages here. This allows you to install Linux packages that aren’t already on Windows.

When this asks you which packages you want to install, search for and add git. This is under Development and you need to click skip so it says to install.

gitpack

Open IntelliJ or your favorite Integrated Development Environment (IDE). If you haven’t installed an IDE, we recommend IntelliJ, which we’ll use for this tutorial.

In IntelliJ, select Get from VCS to clone the Chronicle Queue Sample code.

homegit

Then, copy the following URL into the Git Repository URL field and remember the Parent Directory. Click Clone to get the code.

https://github.com/OpenHFT/Chronicle-Queue-Demo.git
Clone

If you close the project, you can reopen it by going to File → Open. You’ll find the repository in the directory where you saved it.

directory

Now you’re ready to run the example programs! You can start with Simple Input.

The second example is Simple Translator.

About

Sample programs for Chronicle Queue

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages