ikmdev / tinkar-core

Tinkar-core is a java software project that aims to provides a reference implementation for the open-source HL7 Tinkar informational Ballot.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tinkar-core

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.

Getting Started

Follow the instructions below to set up the local environment for tinkar-core:

  1. Download and install Open JDK Java 19

  2. Download and install Apache Maven 3.9 or greater

  3. 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.

Building and Running Tinkar Core

Follow the steps below to build and run tinkar-core on your local machine:

  1. Clone the tinkar-core repository from GitHub to your local machine
git clone [Repo URL]
  1. Change local directory to location to tinkar-core

  2. Enter the following command to build the application:

mvn clean install
  1. To build and run Komet, please refer to the Komet README [LINK]

Issues and Contributions

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.

About

Tinkar-core is a java software project that aims to provides a reference implementation for the open-source HL7 Tinkar informational Ballot.

License:Other


Languages

Language:Java 99.4%Language:Groovy 0.6%