I want to store images in ArangoDb as image file. I want to know if there is any API or Java API for the same. Thanking You in advance.
Storing binary data inside ArangoDB has been a long standing feature request. Currently its not possible out of the box.
One can however do this by creating a foxx service that handles the data. The recommended way is to create a file and reference that file name inside the database.
A detailed description and an example foxx app can be found in the cookbook
来源:https://stackoverflow.com/questions/35038637/how-to-store-images-in-arangodb