Every Protocol, One Engine
Most databases force you into a single protocol. Want to use PostgreSQL tools? You need PostgreSQL. Want Neo4j drivers? You need Neo4j. Want Redis caching? You need Redis. That's three databases to deploy, three to monitor, three to secure, three licenses to manage.
ArcadeDB's server mode is different. A single ArcadeDB instance natively speaks 8 wire protocols, so your Python team connects via PostgreSQL, your Java services use JDBC, your graph visualization tools connect over Bolt, and your ops team monitors via Prometheus — all hitting the same data, the same transactions, the same security layer.
Every protocol supports every data model. Send a Cypher query over the PostgreSQL wire protocol. Execute SQL through the Bolt connector. Run Gremlin traversals via HTTP. ArcadeDB doesn't just emulate these protocols — it integrates them with its full multi-model engine.