Skip to content

Latest commit

 

History

11 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Seeder (WIP)

Description

The Ruby gem to seed FHIR server with data

Usage

Seeds folder

seeder seed --server=http://localhost:8888 --source=./resources/seeds --type=seeds --username=user --password=password --attempts=3

Bundle resource

seeder seed --server=http://localhost:8888 --source=./resources/seeds/bundle.json --type=bundle --username=user --password=password --attempts=3

Docker

services:
  seed-database:
    image: ghcr.io/beda-software/fhir_seeder:697883bda5ee533197ed0556593d72e5bd2b1e4f
    env_file:
      - .env
    volumes:
      - ./resources/seeds:/app/data
    command:
      - seed
      - "--server=${AIDBOX_BASE_URL}"
      - "--source=/app/data"
      - "--type=seeds"
      - "--username=${AIDBOX_CLIENT_ID}"
      - "--password=${AIDBOX_CLIENT_SECRET}"

About

The Ruby gem to seed FHIR server with data

Topics

Resources

Stars

0 stars

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages