Chronicle-Queue-Demo
Tutorial of Demo programs for Chronicle Queue
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
.
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.
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
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