Code Monkey home page Code Monkey logo

cubejs-arangodb-driver's Introduction

Cube.js

WebsiteDocsBlogSlackDiscourseTwitter

npm version Test CI

Cube.js Arango Database Driver

Project is WIP. We've already used in our production but some Postgresql do not transpile to AQL because we don't use all of SQL statements in our product now.

npm i --save arangodb-cubejs-driver

What's in this repository

  • ArangoDB driver in Typescript ❤️. Postgresql parser with pgsql-ast-parser.
  • Docker image ghcr.io/panoti/cube:main. This is a custom image of cube:latest with arangodb-cubejs-driver

Usage

For Docker

Create custom image with Dockerfile

FROM cubejs/cube:latest

RUN npm i arangodb-cubejs-driver

Package arangodb-cubejs-driver will install into /cube/cnf/node_modules directory and CubeJS load driver automatically.

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.

environment:
  - CUBEJS_DB_URL=http://localhost:8529
  - CUBEJS_DB_NAME=test
  - CUBEJS_DB_USER=test
  - CUBEJS_DB_PASS=test
  - CUBEJS_DB_TYPE=arangodb

Learn more

Other community drivers can find here @cubejs-driver

License

Cube.js Arango driver is MIT licensed.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.