java - How to store images in ArangoDB? -
i want store images in arangodb image file. want know if there api or java api same. thanking in advance.
storing binary data inside arangodb has been long standing feature request. not possible out of box.
one can creating foxx service handles data. recommended way create file , reference file name inside database.
a detailed description , example foxx app can found in cookbook
Comments
Post a Comment