TheGraphData
This package aims to simplify querying and transforming data read from The Graph Protocol. You'll get best use out of this package by composing its functions. If you find you can often use the pipe operator |>, you're probably on the right track.
Installation
Make sure you've installed Julia 1.8 or greater.
This package is hosted on SemioticJLRegistry. To add this package, first add the registry to your Julia installation. Then, install this package by running ] add TheGraphData from the Julia REPL.
julia> ]registry add https://github.com/semiotic-ai/SemioticJLRegistry
julia> ]add TheGraphData