Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tony-shannon authored Jun 4, 2019
1 parent f1e9c20 commit e563166
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,15 @@ Installation Guide
- Docker
1. docker build -t json2redis .
2. docker-compose up
Operation

We use this to show how;
* sample JSON data can be persisted in Redis DB
* we can use GET and POST APIs to add/query more data
* we can use JSONata tranform to transform the persisted JSON into other JSON variants

eg http:// (local host) :3000/api/allergies?ptId=12346&transform=TransformB-Allergy-UI2FHIR

See example data & transforms in config file

0 comments on commit e563166

Please sign in to comment.