microscopexyz / chainmetareader

The open source blockchain metadata protocol
https://microscopeprotocol.xyz/
Apache License 2.0
12 stars 2 forks source link

Better separation between storage layer and translation layer #56

Closed zhanwu closed 1 year ago

zhanwu commented 1 year ago

Metadata can exists in 3 format:

This change is to ensure the metadata translation only happens as follows: custom schema <-> common schema <-> db record

Custom schema and storage layer are separated by design