Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

github.com/googlecloudplatform/healthcare-data-harmonization/mapping_language

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/googlecloudplatform/healthcare-data-harmonization/mapping_language

  • v0.0.0-20230426073600-d356adbe5c0d
  • Source
  • Go
  • Socket score

Version published
Created
Source

Google HCLS Whistle Data Transformation Language

Summary

This defines a syntax designed to express mappings of data from one structure to another.

This syntax is transpiled into a configuration file for the Data Harmonization Mapping Engine which can then execute the mappings.

The engine accepts data in JSON format and outputs it in JSON format. For information on the syntax, look at the included documents in the docs folder.

Building and Testing

TL;DR

Run build.sh

Details

This project is a go module. It can be built and tested with go build and go test.

There is an additional go module in the test directory, which runs some integration tests using the mapping engine.

The whistle_*.go files in the parser directory are generated by ANTLR. If you modify the grammar (Whistle.g4) file make sure to re-run generate_grammar.sh or build.sh.

License

Apache License, Version 2.0

FAQs

Package last updated on 26 Apr 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc