Signature, picture and fingerprints image

Hello everybody

At the DGraph level, how can I handle image fields such as signatures, photos, or fingerprint datagrams?

And in other case, we will need uploading to the Dgraph database .PDF multipages and singlepage files.

Thanks !!!

Files and media like photos and PDFs can be stored in some object storage (like Minio/S3) and then the URIs to those files can be stored in Dgraph. You then query your data via GraphQL and have your larger binary data stored elsewhere.

1 Like