Sign inSign up

rahulsom/praas

By rahulsom

Updated over 9 years ago

Providers As A Service. Center For Medicaid Services' National Provider Index.

Image
0

638

rahulsom/praas repository overview

PrAAS

Providers as a Service is an attempt to turn a NPI listed provider data into a microservice that is easy to deploy, and lets developers focus on what is important to them - build great applications around these codes.

Hacking

  1. Chekout the code.
  2. Run ./grailsw
  3. Inside the grails prompt, run run-app
  4. Download the data files from the sources linked here.
  5. Using the api console, load the data. This takes a long time.
  6. Code - Save - Refresh
  7. (Optional but a good practice) Send a pull request.

Deployment

  1. Docker - TODO
docker pull rahulsom/praas
docker run -d -p 8080 -v $PWD:/opt/praas-master/data rahulsom/praas
  1. Manual Deployment
  2. Download the war
  3. Deploy to a tomcat instance.
  4. Download the code files.
  5. Using the api console, load the data.

Data Files

DataSetLocationStatusComments
NUCCZIP/CSVPendingOpen Licensed by NUCC
NPIZIP/CSVPendingOpen Licensed by CMS

NUCC is required for NPI to work

Tag summary

Content type

Image

Digest

sha256:25cdd54a9

Size

374.5 MB

Last updated

over 9 years ago

docker pull rahulsom/praas