Skip to content

Datarefs are pointers (references) to some potentially large data blob.

Notifications You must be signed in to change notification settings

metapages/dataref

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@metapages/dataref

Moving around large blobs of data is hard and complicated.

Datarefs are small bits of JSON that reference some underlying data.

This module provides types and tooling for converting different data types (including Blobs, Files, ArrayBuffers, JSON, strings) into small references that can be more easily passed around your network and database.

Then when some process wants the actual underlying data, the dataref tooling provides the way to fetch/convert the dataref into the corresponding data.

About

Datarefs are pointers (references) to some potentially large data blob.

Resources

Stars

Watchers

Forks

Packages

No packages published