You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
547 B

  1. ##arangodb
  2. database: https://github.com/arangodb/arangodb
  3. go driver: https://github.com/arangodb/go-driver
  4. options:
  5. ```
  6. [arangodb]
  7. enabled=true
  8. db_name="seaweedfs"
  9. servers=["http://localhost:8529"]
  10. user="root"
  11. pass="test"
  12. # whether to enable fulltext index
  13. # this allows for directory prefix query
  14. fulltext=true
  15. # tls settings
  16. insecure_skip_verify=true
  17. ```
  18. supports buckets with an extra field in document.
  19. omitempty means extra space is not used.
  20. i test with
  21. `docker run -p 8529:8529 -e ARANGO_ROOT_PASSWORD=test arangodb/arangodb:3.9.0`