Tinkar core is an essential repository that creates the primitive functionality and data types for Komet. Tinkar core is also responsible for managing caches and I/O (spined-array) of the application. Building tinkar-core is a prerequisite to building komet on your local machine.
Data Team
Follow the instructions below to set up the local environment for tinkar-core:
-
Download and install Open JDK Java 24
-
Download and install Apache Maven 3.9.11 or greater
-
Download and install Git
-
There are dependencies to building
tinkar-core. Please ensure you have a reliable internet connection when cloning and building to get all dependencies from mvn central.
Follow the steps below to build and run tinkar-core on your local machine:
- Clone the tinkar-core repository from GitHub to your local machine
git clone [Repo URL]-
Change local directory to location to
tinkar-core -
Enter the following command to build the application:
mvn clean install- To build and run Komet, please refer to the Komet README [LINK]
Technical and non-technical issues can be reported to the Issue Tracker.
Contributions can be submitted via pull requests. Please check the contribution guide for more details.