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

Popular posts from this blog

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -