Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Questdb | 12,544 | 2 | 3 hours ago | 57 | July 11, 2023 | 389 | apache-2.0 | Java | ||
An open source time-series database for fast ingest and SQL queries | ||||||||||
Usql | 8,223 | 2 | 13 | 4 days ago | 152 | July 18, 2023 | 67 | mit | Go | |
Universal command-line interface for SQL databases | ||||||||||
Dev Setup | 5,802 | a year ago | 34 | other | Python | |||||
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. | ||||||||||
Sysbench | 5,290 | 2 months ago | 1 | February 27, 2018 | 168 | gpl-2.0 | C | |||
Scriptable database and system performance benchmark | ||||||||||
Octosql | 4,551 | 3 | a month ago | 38 | May 30, 2023 | 39 | mpl-2.0 | Go | ||
OctoSQL is a query tool that allows you to join, analyse and transform data from multiple databases and file formats using SQL. | ||||||||||
Pg_activity | 2,222 | a month ago | 37 | June 01, 2023 | 10 | postgresql | Python | |||
pg_activity is a top like application for PostgreSQL server activity monitoring. | ||||||||||
Sqlcheck | 2,077 | a year ago | 18 | September 01, 2020 | 6 | apache-2.0 | C++ | |||
Automatically identify anti-patterns in SQL queries | ||||||||||
Trdsql | 1,557 | 5 | a month ago | 51 | March 18, 2023 | 14 | mit | Go | ||
CLI tool that can execute SQL queries on CSV, LTSV, JSON and TBLN. Can output to various formats. | ||||||||||
Manage Fastapi | 1,420 | 16 days ago | 14 | September 02, 2021 | 19 | mit | Python | |||
:rocket: CLI tool for FastAPI. Generating new FastAPI projects & boilerplates made easy. | ||||||||||
Worker | 1,359 | 2 | 20 | 6 days ago | 37 | May 04, 2023 | 45 | mit | TypeScript | |
High performance Node.js/PostgreSQL job queue (also suitable for getting jobs generated by PostgreSQL triggers/functions out into a different work queue) |
Download the Latest Release • Try Online • Documentation • Chat • Google Group
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.
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
Please proceed to the Getting Started tutorial for PostgreSQL and Fhirbase installation instructions.
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.
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
Copyright © 2018 Health Samurai team.
Fhirbase is released under the terms of the MIT License.