All Projects → samply → Blaze

samply / Blaze

Licence: apache-2.0
A FHIR® server with internal, fast CQL Evaluation Engine

Programming Languages

clojure
4091 projects

Labels

Projects that are alternatives of or similar to Blaze

toplingdb
ToplingDB is a cloud native LSM Key-Value Store with searchable compression algo and distributed compaction
Stars: ✭ 631 (+1755.88%)
Mutual labels:  rocksdb
Electrs
An efficient re-implementation of Electrum Server in Rust
Stars: ✭ 380 (+1017.65%)
Mutual labels:  rocksdb
Gorocksdb
gorocksdb is a Go wrapper for RocksDB
Stars: ✭ 753 (+2114.71%)
Mutual labels:  rocksdb
infinitree
Scalable and encrypted embedded database with 3-tier caching
Stars: ✭ 80 (+135.29%)
Mutual labels:  rocksdb
raft-rocks
A simple database based on raft and rocksdb
Stars: ✭ 38 (+11.76%)
Mutual labels:  rocksdb
Pika
Pika is a nosql compatible with redis, it is developed by Qihoo's DBA and infrastructure team
Stars: ✭ 4,439 (+12955.88%)
Mutual labels:  rocksdb
pika
Pika is a nosql compatible with redis, it is developed by Qihoo's DBA and infrastructure team
Stars: ✭ 4,719 (+13779.41%)
Mutual labels:  rocksdb
Rocksutil
A c++ develop toolkit
Stars: ✭ 28 (-17.65%)
Mutual labels:  rocksdb
hexadb
A schemaless graph database based on RocksDb
Stars: ✭ 33 (-2.94%)
Mutual labels:  rocksdb
Kvrocks
the kvrocks(kv-rocks) is SSD NoSQL which based on rocksdb, and compatible with the Redis protocol, intention to decrease the cost of memory and increase the capability
Stars: ✭ 471 (+1285.29%)
Mutual labels:  rocksdb
blockchain-node
A Helum Blockchain Node
Stars: ✭ 43 (+26.47%)
Mutual labels:  rocksdb
Kites
🪁 A consistency, partition tolerance completed distributed KV store, implementation of the Raft distributed consensus protocol and Kotlin.
Stars: ✭ 41 (+20.59%)
Mutual labels:  rocksdb
Middleware development learning
中间件、高性能服务器、分布式存储等(redis、memcache、nginx、大容量redis pika、rocksdb、mongodb、wiredtiger存储引擎、高性能代理中间件)二次开发、性能优化,逐步整理文档说明并配合demo指导--每周末定时更新2-3篇技术文章及程序demo--(技术交流QQ群:568892619)
Stars: ✭ 449 (+1220.59%)
Mutual labels:  rocksdb
rocks4j
KV Store for Java backed by RocksDB
Stars: ✭ 13 (-61.76%)
Mutual labels:  rocksdb
Rust Rocksdb
rust wrapper for rocksdb
Stars: ✭ 815 (+2297.06%)
Mutual labels:  rocksdb
distkv
Distributed KV Storage System based on Raft and RocksDB, can be use to store small files, like images.
Stars: ✭ 50 (+47.06%)
Mutual labels:  rocksdb
Geowave
GeoWave provides geospatial and temporal indexing on top of Accumulo, HBase, BigTable, Cassandra, Kudu, Redis, RocksDB, and DynamoDB.
Stars: ✭ 415 (+1120.59%)
Mutual labels:  rocksdb
Lealone Plugins
与 Lealone 集成的各类插件(例如网络框架以及不同的数据库协议和存储引擎)
Stars: ✭ 31 (-8.82%)
Mutual labels:  rocksdb
Rocker
Erlang/Elixir wrapper for RocksDB
Stars: ✭ 19 (-44.12%)
Mutual labels:  rocksdb
Rocksplicator
RocksDB Replication
Stars: ✭ 453 (+1232.35%)
Mutual labels:  rocksdb

Blaze

Build Status 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.10.3

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

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

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].