Skip to content

Implement an MNO CML data source simulator #9

@cchwala

Description

@cchwala

Concept for first quick version:

  1. Take existing CML data and metadata from a file, in our case the small OpenMRG example data in a NetCDF
  2. Parse it and generate fake real-time data by altering the time stamps and loop the existing data, e.g. every hour (for now, but later, with larger example data this could also be a 1-year loop)
  3. Push data via sftp (and later also via other options, https as JSON, or via Kafka, but do not implement these now) to a server (to be defined in a config file) at a certain frequency (define in the config file) using credentials (also in the config file and secret key etc stored locally)

Ideally there could be two Python files, one for generating fake data, one for sftp upload so that both the generation process and the transfer can be extneded later.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions