carnival-data / carnival

JVM property graph data unification framework
https://carnival-data.github.io/carnival/
GNU General Public License v3.0
7 stars 2 forks source link

Experiment: CachingJsonVine<T> #16

Closed augustearth closed 4 years ago

augustearth commented 4 years ago

When interacting with an API that return JSON, it's not desirable to require shoe-horning data into a DataTable. It might possible to have a trait that leverages Java Generics and Jackson to cache JSON serialized objects.

augustearth commented 4 years ago

Did a bunch of experimentation and things seem to have worked out. Initial implementation will be checked in under this issue.