{"id":28372746,"url":"https://github.com/panoti/cubejs-arangodb-driver","last_synced_at":"2025-07-06T17:07:54.692Z","repository":{"id":49316822,"uuid":"517272573","full_name":"panoti/cubejs-arangodb-driver","owner":"panoti","description":"ArangoDB driver for Cube JS","archived":false,"fork":false,"pushed_at":"2023-08-11T13:24:49.000Z","size":409,"stargazers_count":5,"open_issues_count":2,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-29T16:58:51.622Z","etag":null,"topics":["arangodb","cube","cubejs-driver"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/panoti.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-07-24T08:52:49.000Z","updated_at":"2023-08-04T09:28:14.000Z","dependencies_parsed_at":"2022-09-15T15:33:27.242Z","dependency_job_id":null,"html_url":"https://github.com/panoti/cubejs-arangodb-driver","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/panoti/cubejs-arangodb-driver","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panoti%2Fcubejs-arangodb-driver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panoti%2Fcubejs-arangodb-driver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panoti%2Fcubejs-arangodb-driver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panoti%2Fcubejs-arangodb-driver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/panoti","download_url":"https://codeload.github.com/panoti/cubejs-arangodb-driver/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panoti%2Fcubejs-arangodb-driver/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261874449,"owners_count":23223119,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["arangodb","cube","cubejs-driver"],"created_at":"2025-05-29T16:30:24.591Z","updated_at":"2025-06-25T12:31:39.429Z","avatar_url":"https://github.com/panoti.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\u003ca href=\"https://cube.dev\"\u003e\u003cimg src=\"https://i.imgur.com/zYHXm4o.png\" alt=\"Cube.js\" width=\"300px\"\u003e\u003c/a\u003e\u003c/p\u003e\n\n[Website](https://cube.dev) • [Docs](https://cube.dev/docs) • [Blog](https://cube.dev/blog) • [Slack](https://slack.cube.dev) • [Discourse](https://forum.cube.dev/) • [Twitter](https://twitter.com/thecubejs)\n\n[![npm version](https://badge.fury.io/js/arangodb-cubejs-driver.svg)](https://badge.fury.io/js/arangodb-cubejs-driver)\n[![Test CI](https://github.com/panoti/cubejs-arangodb-driver/actions/workflows/test.yml/badge.svg)](https://github.com/panoti/cubejs-arangodb-driver/actions/workflows/test.yml)\n\n# Cube.js Arango Database Driver\n\n**Project is WIP. We've already used in our production but some Postgresql do not transpile to AQL**\nbecause we don't use all of SQL statements in our product now.\n\n```\nnpm i --save arangodb-cubejs-driver\n```\n\n### What's in this repository\n\n* ArangoDB driver in Typescript :heart:. Postgresql parser with [pgsql-ast-parser](https://github.com/oguimbal/pgsql-ast-parser).\n* Docker image `ghcr.io/panoti/cube:main`. This is a custom image of `cube:latest` with `arangodb-cubejs-driver` \n\n### Usage\n\n#### For Docker\n\nCreate custom image with `Dockerfile`\n\n```Dockerfile\nFROM cubejs/cube:latest\n\nRUN npm i arangodb-cubejs-driver\n```\n\nPackage `arangodb-cubejs-driver` will install into `/cube/cnf/node_modules` directory and CubeJS load driver automatically.\n\n**Note**: This driver isn't supported by front-end so we can not use connection wizard to config arango data source. Please use env instead.\n\n```yaml\nenvironment:\n  - CUBEJS_DB_URL=http://localhost:8529\n  - CUBEJS_DB_NAME=test\n  - CUBEJS_DB_USER=test\n  - CUBEJS_DB_PASS=test\n  - CUBEJS_DB_TYPE=arangodb\n```\n\n[Learn more](https://github.com/cube-js/cube.js#getting-started)\n\n**Other community drivers** can find here [@cubejs-driver](https://github.com/search?p=1\u0026q=cubejs-driver\u0026type=Repositories)\n\n### License\n\nCube.js Arango driver is [MIT licensed](./LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpanoti%2Fcubejs-arangodb-driver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpanoti%2Fcubejs-arangodb-driver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpanoti%2Fcubejs-arangodb-driver/lists"}