Useful Resources


  • ArcadeDB can be used as:

    • Embedded from any language on top of the Java Virtual Machine

    • Remotely by using HTTP/JSON

    • Remotely by using a Postgres driver (ArcadeDB implements Postgres Wire protocol)

    • Remotely by using a MongoDB driver (only a subset of the operations are implemented)

    • Remotely by using a Redis driver (only a subset of the operations are implemented)

  • Misc: Docker, Kubernetes