ipfs-shipyard / ipfs-geoip

geoip lookup over DAG-CBOR dataset loaded from IPFS
MIT License
70 stars 21 forks source link

Switch to dag-cbor #85

Closed lidel closed 1 year ago

lidel commented 2 years ago

Problem

This library is very old, and remembers the time before we had dag-cbor. It uses stringified JSON put in data field of dag-pb which is not only inefficiency and a technical debt, but an antipattern these days.

Solution