All Projects → fhirbase → Fhirbase

fhirbase / Fhirbase

Licence: other
Your persistence layer for FHIR data

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to Fhirbase

What Anime Cli
❓🖼 Find the anime scene by image using your terminal
Stars: ✭ 533 (+204.57%)
Mutual labels:  golang-application, cli
Wait4x
Wait4X is a cli tool to wait for everything! It can be wait for a port to open or enter to rquested state.
Stars: ✭ 30 (-82.86%)
Mutual labels:  cli, postgresql
Trdsql
CLI tool that can execute SQL queries on CSV, LTSV, JSON and TBLN. Can output to various formats.
Stars: ✭ 593 (+238.86%)
Mutual labels:  cli, postgresql
Sequelize Auto Migrations
Migration generator && runner for sequelize
Stars: ✭ 233 (+33.14%)
Mutual labels:  cli, postgresql
Csv2db
The CSV to database command line loader
Stars: ✭ 102 (-41.71%)
Mutual labels:  cli, postgresql
Cobra
A Commander for modern Go CLI interactions
Stars: ✭ 24,437 (+13864%)
Mutual labels:  golang-application, cli
Dbxcli
A command line client for Dropbox built using the Go SDK
Stars: ✭ 764 (+336.57%)
Mutual labels:  golang-application, cli
Ovpm
OpenVPN Management Server - Effortless and free OpenVPN server administration
Stars: ✭ 256 (+46.29%)
Mutual labels:  golang-application, cli
Pg activity
pg_activity is a top like application for PostgreSQL server activity monitoring.
Stars: ✭ 1,232 (+604%)
Mutual labels:  cli, postgresql
Sql
MySQL & PostgreSQL pipe
Stars: ✭ 81 (-53.71%)
Mutual labels:  cli, postgresql
Octosql
OctoSQL is a query tool that allows you to join, analyse and transform data from multiple databases and file formats using SQL.
Stars: ✭ 2,579 (+1373.71%)
Mutual labels:  cli, postgresql
Psql2csv
Run a query in psql and output the result as CSV.
Stars: ✭ 153 (-12.57%)
Mutual labels:  cli, postgresql
Dev Setup
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.
Stars: ✭ 5,590 (+3094.29%)
Mutual labels:  cli, postgresql
Glab
An open-source GitLab command line tool bringing GitLab's cool features to your command line
Stars: ✭ 1,126 (+543.43%)
Mutual labels:  golang-application, cli
Go Bank Transfer
Simple API for banking routines using a Clean Architecture in Golang. 💳 💰 💸
Stars: ✭ 123 (-29.71%)
Mutual labels:  golang-application, postgresql
Manage Fastapi
🚀 CLI tool for FastAPI. Generating new FastAPI projects & boilerplates made easy.
Stars: ✭ 163 (-6.86%)
Mutual labels:  cli, postgresql
Linq2db
Linq to database provider.
Stars: ✭ 2,211 (+1163.43%)
Mutual labels:  postgresql
Acutest
Simple header-only C/C++ unit testing facility.
Stars: ✭ 170 (-2.86%)
Mutual labels:  cli
Devspace
DevSpace - The Fastest Developer Tool for Kubernetes ⚡ Automate your deployment workflow with DevSpace and develop software directly inside Kubernetes.
Stars: ✭ 2,559 (+1362.29%)
Mutual labels:  cli
Qoa
Minimal interactive command-line prompts
Stars: ✭ 2,007 (+1046.86%)
Mutual labels:  cli

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.

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.

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