Tutorial of Demo programs for Chronicle Queue
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.
Open Intelij or your IDE, or install Intelij first if you haven’t already. Intelij is used for this tutorial.
Go to Get from VCS
This is where you will get a copy of the Chronicle Queue Sample code.
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-Demo.gitShould 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.
Then you can run the first example Simple Input
The second example is Simple Translator

