helium / blockchain-etl

Blockchain follower that follows and stores the Helium blockchain
Apache License 2.0
64 stars 37 forks source link

Make JSON object types the same for keys that contain numbers #295

Closed nhatfield closed 2 years ago

nhatfield commented 2 years ago

Any chance in having the number types remain the same for a given value? Right now SNR can either be a float or long and it messes with some document stores... example: snr: -7 vs snr: -7.0

madninja commented 2 years ago

Any chance in having the number types remain the same for a given value? Right now SNR can either be a float or long and it messes with some document stores... example: snr: -7 vs snr: -7.0

Are you asking this as a fix for the API vs ETL/SQL?

nhatfield commented 2 years ago

Ugh, sorry you're correct this should've been on the API instead I'll make a ticket there instead