coreos / fedora-coreos-pinger

Telemetry service to be used in Fedora CoreOS (see https://github.com/coreos/fedora-coreos-tracker/issues/86)
Apache License 2.0
15 stars 7 forks source link

Protocol for sending and receiving data #32

Closed zonggen closed 4 years ago

zonggen commented 4 years ago

Need to decide on what actual protocol should be using when sending and receiving data.

EDIT: Using a plain HTTP POST might be sufficient since all of the information is stored as key/value pairs. Need someone to confirm this would work.

zonggen commented 4 years ago

Closing, proceeding with POST and MongoDB with minimal schema