Giter Club home page Giter Club logo

joindb's Introduction

JoinDB

Spin up a data warehouse in under 5 minutes! JoinDB lets you easily join across all your databases and even CSVs in minutes. No complex ETLs or integration projects required.

For Joiner, a hosted Data Warehouse based on JoinDB, check out www.getjoiner.com.

Screenshot of command line client

Setup

  1. Clone the repository onto your local machine
  2. Joiner requires Ruby and Docker. You will need to download those if you don't have them already.

Start the server

  1. After downloading Docker, pull the Docker image with docker pull mjirv/joiner:master
  2. Run the docker image with docker run -p 5432:5432 --name joiner mjirv/joiner:master
  3. Make sure you open port 5432 if you want other computers to be able to connect to your JoinDB

Connect to it

  1. Run ruby install.rb to create your login and see connection details
  2. Run ruby joindb_client.rb and follow the prompts on the screen to set up your analytics database and add connections to it
  3. Query via your favorite PostgreSQL client like any other database!

Notes

  • Joiner currently only supports PostgreSQL and MySQL connections plus CSV imports. I'm adding more soon!
  • Best practice is to connect to your other DBs using a read-only user so that your JoinDB can't change your production DBs

joindb's People

Contributors

mjirv avatar

Watchers

 avatar  avatar  avatar

joindb's Issues

MySQL FDW is slow

The MySQL FDW is pretty slow. I haven't looked into it a ton, but it may have something to do with use_remote_estimate (see EnterpriseDB/mysql_fdw#75).

Alternatively, we may want to replace it with a generic FDW.

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.