Fhirbase

Your persistence layer for FHIR data
Alternatives To Fhirbase
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Questdb12,54423 hours ago57July 11, 2023389apache-2.0Java
An open source time-series database for fast ingest and SQL queries
Usql8,2232134 days ago152July 18, 202367mitGo
Universal command-line interface for SQL databases
Dev Setup5,802
a year ago34otherPython
macOS development environment setup: Easy-to-understand instructions with automated setup scripts for developer tools like Vim, Sublime Text, Bash, iTerm, Python data analysis, Spark, Hadoop MapReduce, AWS, Heroku, JavaScript web development, Android development, common data stores, and dev-based OS X defaults.
Sysbench5,290
2 months ago1February 27, 2018168gpl-2.0C
Scriptable database and system performance benchmark
Octosql4,5513a month ago38May 30, 202339mpl-2.0Go
OctoSQL is a query tool that allows you to join, analyse and transform data from multiple databases and file formats using SQL.
Pg_activity2,222
a month ago37June 01, 202310postgresqlPython
pg_activity is a top like application for PostgreSQL server activity monitoring.
Sqlcheck2,077
a year ago18September 01, 20206apache-2.0C++
Automatically identify anti-patterns in SQL queries
Trdsql1,5575a month ago51March 18, 202314mitGo
CLI tool that can execute SQL queries on CSV, LTSV, JSON and TBLN. Can output to various formats.
Manage Fastapi1,420
16 days ago14September 02, 202119mitPython
:rocket: CLI tool for FastAPI. Generating new FastAPI projects & boilerplates made easy.
Worker1,3592206 days ago37May 04, 202345mitTypeScript
High performance Node.js/PostgreSQL job queue (also suitable for getting jobs generated by PostgreSQL triggers/functions out into a different work queue)
Alternatives To Fhirbase
Select To Compare


Alternative Project Comparisons
Readme

Fhirbase

Download the Latest Release   •   Try Online   •   Documentation   •   Chat   •   Google Group

Build Status

Fhirbase is a command-line utility which enables you to easily import FHIR data into a PostgreSQL database and work with it in a relational way. Also Fhirbase provides set of stored procedures to perform CRUD operations and maintain Resources History.

Status

Sorry guys, this project is frozen untill new hero will support it. Most of ideas from fhirbase is moved and developed in Aidbox FHIR Platform

Getting Started

Please proceed to the Getting Started tutorial for PostgreSQL and Fhirbase installation instructions.

Usage Statistics

Please note that Fhirbase collects anonymous usage statistics. It does not send any FHIR data, only events happened (database initialized, resources imported and error happened). You can check the source code for stats sender yourself.

You can turn off usage statistics sending with --nostats global flag.

Development

To participate in Fhirbase development you'll need to install Golang and Dep package manager.

Fhirbase is Makefile-based project, so building it is as simple as invoking make command.

NB you can put Fhirbase source code outside of GOPATH env variable because Makefile sets GOPATH value to fhirbase-root/.gopath.

To enable hot reload of demo's static assets set DEV env variable like this:

DEV=1 fhirbase web

License

Copyright © 2018 Health Samurai team.

Fhirbase is released under the terms of the MIT License.

Popular Command Line Projects
Popular Postgresql Projects
Popular Command Line Interface Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Golang
Command Line
Postgresql
Makefile
Statistics
Golang Application