/Chronicle-Queue-Demo

Sample programs for Chronicle Queue

Primary LanguageJavaApache License 2.0Apache-2.0

Chronicle-Queue-Demo

Tutorial of Demo programs for Chronicle Queue

Order Processor

Two hop latency

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

Ensure you have the JDK for Java 8, you could use this.

Open Intelij or your IDE, or install Intelij first if you haven’t already. Intelij is used for this tutorial.

Go to Check out from Version Control and select Git, opening the Clone Repository. This is where you will get a copy of the Chronicle Queue Sample code.

homegit

Next, copy the URL below into the Git Repository URL, and remember to take note of the Parent Directory. Press Clone.

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

Should you choose you close the Project under File, you an open it again by going to Open. Then you can find the repository in the directory that you saved it in earlier.

Open
directory

Then you can run the first example Simple Input

The second example is Simple Translator