Skip to content

samply/blaze

Folders and files

NameName
Last commit message
Last commit date
Apr 24, 2022
Jun 29, 2022
Apr 24, 2022
May 1, 2022
Jul 4, 2022
Jul 4, 2022
Jul 4, 2022
Apr 27, 2021
May 2, 2022
Jul 4, 2022
Jul 29, 2019
May 14, 2022
May 18, 2021
Jun 4, 2022
Jul 4, 2022
Dec 24, 2021
Mar 18, 2022
Feb 20, 2022
Apr 28, 2022
Jul 4, 2022
Dec 15, 2021
Jul 4, 2022
Apr 27, 2021
Apr 29, 2022
Jun 29, 2022
Jul 4, 2022
Nov 5, 2019

Repository files navigation

Blaze

Build Docker Pulls codecov

A FHIR® Store with internal, fast CQL Evaluation Engine

Goal

The goal of this project is to provide a FHIR® Store with an internal CQL Evaluation Engine which is able to answer population wide aggregate queries in a timely manner to enable interactive, online queries.

State

Blaze passes all Touchstone FHIR 4.0.1 Basic Tests and almost all CQL Tests. Please refer to the Conformance section and report any issues you encounter during evaluation.

Latest release: v0.17.10

Quick Start

In order to run Blaze just execute the following:

Docker

docker volume create blaze-data
docker run -p 8080:8080 -v blaze-data:/app/data samply/blaze:0.17

Blaze will create multiple directories inside the blaze-data volume on its first start and use the same directories on subsequent starts.

Please refer to Docker Deployment for the full documentation.

Standalone Java without Docker

Please have a look into Manual Deployment.

Documentation

Development

Pull requests are welcome. Please consider the development documentation before creating one.

YourKit Profiler

YourKit logo

The developers of Blaze uses the YourKit profiler to optimize performance. YourKit supports open source projects with innovative and intelligent tools for monitoring and profiling Java and .NET applications. YourKit is the creator of YourKit Java Profiler, YourKit .NET Profiler and YourKit YouMonitor.

License

Copyright 2019 - 2022 The Samply Community

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.