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 Intellij or your IDE, or install Intellij first if you haven’t already. Intellij is used for this tutorial.
Go to Get from VCS
This is where you will get a copy of the Chronicle Queue Sample code.
If you already have IntelliJ and you have projects open you can double tap shift and then type Get From Version Control
and select the appropriate option.
Next, copy the URL below into the URL
box,
and remember to take note of the Directory
. Press Clone
.
https://github.com/OpenHFT/Chronicle-Queue-Demo.git
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.
Then you can run the first example Simple Input
The second example is Simple Translator