Installation - Standalone Microservice¶
Standalone FalconDB contains:
falcondbdirectory, which stores the falcondbfalcon-db-core-microservice-${version}-fat.jarfile andenvsfile withSTART_JVM_COMMANDwith the system properties needed for run (these properties can be changed here)jdkdirectory, which stores Java files needed to run applicationLicencedirectory, which stores FalconDB's licencestart.bashscript for running FalconDBstop.bashscript for stopping FalconDBterminate.bashscript for terminating FalconDB's process.
Untar .tar.gz file¶
To untar standalone FalconDB, use the following command:
tar -xvf falcondb-single-node-prod-microservice-${VERSION}.tar.gz
# and go into the unpacked directory
cd falcondb-single-node-prod-microservice-${VERSION}-release/
Start FalconDB¶
To start FalconDB, simply run the following script:
Stop FalconDB¶
To stop FalconDB, run the following script:
Terminate FalconDB¶
To terminate FalconDB, run the following script:
which firstly tries to gently stop the application (using stop.bash script) and if the process is not stopped, it kills it.