volta

module
v0.1.0-alpha Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 5, 2025 License: MIT

README

Volta

license Volta CI Go report Card

Volta is an HL7 message parsing service.

Overview
  • WIP

Install

  • WIP

Usage

Click to show volta help output
Usage:
  volta [command]

Available Commands:
  completion  Generate the autocompletion script for the specified shell
  help        Help about any command
  serve       Start the Volta service

Flags:
  -h, --help   help for volta

Use "volta [command] --help" for more information about a command.

serve

Starts the parsing service.

$ volta serve -d $DATABASE_URL
$ {"level":"info","host":"localhost","port":"8080","message":"service configuration"}

You can specify the hostname/port with the -H/-p flags, respectively. Otherwise, Volta will use the default localhost:8080. You must provide the database URI with -d.

Application Default Credentials

This project feches HL7 messages from the Google Cloud Healthcare API, which requires setting up Application Default Credentials (ADC) in the development and production environments. This service does not use/issue API keys, for reasons I'm sure that are related to SOC2 standards. To learn/review how to set up ADC, please check out Set up Application Default Credentials.

Directories

Path Synopsis
cmd
service command
internal
api
cmd
pkg
hl7

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL