Is there any limitation or a good practice how to store a binary file in Dgraph? We are wondering if storing Fonts inside Dgraph makes any sense. Also right now we store images in Cassandra (Walmart use case), but I wonder if we cannot use Dgraph for the same thing.
Currently we are storing JSONs (encoded as Base64) but this is a different case.
Any advice?