How to store images in ArangoDB?

≡放荡痞女 提交于 2019-12-05 12:46:36

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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!