Giter Club home page Giter Club logo

fhirbuffer's Introduction

fhirbuffer

fhirbuffer is a gRPC service to export data from Fhirbase. The one thing we want it to do well is talk gRPC. So a downstream process isn't aware of the database, SQL, and ultimately even Go.

For a prototype of the end-to-end flow, see fhirping app hosted on Glitch. Read the summary blog post. diagram

Quickstart

  1. Install Fhirbase (see their Get Started steps)
  2. Git clone repo
  3. Docker build
git clone https://github.com/patterns/fhirbuffer
docker build -f fhirbuffer/Dockerfile.template -t fhirbuffer fhirbuffer
docker run -ti --rm -e DATABASE_URL="postgres://postgres:postgres@localhost:5432/fhirbase" fhirbuffer

Credits

Health Samurai's Fhirbase (LICENSE)

gRPC Basics for Go

Jack Christensen's PGX (LICENSE)

Johan Brandhorst's gRPC Client Authentication (LICENSE)

fhirbuffer's People

Contributors

patterns avatar

Watchers

 avatar  avatar

fhirbuffer's Issues

Go 1.12 update

The syscall/js API changes sunset js.PreventDefault, js.NewEventCallback, js.Callback, so far. Need to refactor to update to the new Go 1.12 release.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.