Skip to content
This repository was archived by the owner on Apr 24, 2021. It is now read-only.
This repository was archived by the owner on Apr 24, 2021. It is now read-only.

Design a standard API interface for all parsers to implement  #9

@MoralCode

Description

@MoralCode

the basic idea is that actions should be able to just request the kind of data ("what") they need (has available vaccines, coordinates, address .etc) and the parser's job is to focus on the "how to get it" part in order to abstract away the actual parsing.

This might require getting sample data from various projects and datasources to see what information comes up the most.

one form this could take is some kind of "universal mapping" or registry where there's one big dictionary defined internally that has a set of keys that every action uses to refer to data. this mapping dict would then keep a list of the corresponding data (and how to access it) for each key (and data format being parsed)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions