GithubHelp home page GithubHelp logo

isabella232 / flowmap.query Goto Github PK

View Code? Open in Web Editor NEW

This project forked from teralytics/flowmap.query

0.0 0.0 0.0 758 KB

An exploratory visualization tool for the analysis of movements between geographic locations

Home Page: https://www.teralytics.net

License: Apache License 2.0

Dockerfile 0.40% JavaScript 97.53% HTML 2.07%

flowmap.query's Introduction

flowmap.query

An exploratory visualization tool for the analysis of movements between geographic locations (Origin-Destination data with attributes).

Try the LIVE DEMO.

flowmap.query

Database

flowmap.query currently only supports ClickHouse as its database backend. ClickHouse is a scalable column-oriented database. It's shows great query performance especially for aggregation queries over large single-table datasets. This makes ClickHouse a great choice for supporting interactive analysis of OD-datasets with attributes.

We plan to add support for BigQuery and Google Sheets in the future.

Running in the cloud

Running flowmap.query on DigitalOcean: Step-by-step guide.

Related reading

Running locally

Add a .env file with ClickHouse URL:

CLICKHOUSE_URL=http://localhost:8123?enable_http_compression=1&password=YOUR_CLICKHOUSE_PASSWORD"

Add a client/.env file with the Mapbox access token:

REACT_APP_MapboxAccessToken=...

To build:

npm install
cd client && npm install && npm run build && cd ..

Then, to start in production mode:

npm start      

Running in dev mode

Run in the root folder:

npm run dev

Alternatively, you can run the server and the client separately:

npm run dev:server
npm run dev:client

Credits

Developed by Ilya Boyandin at Teralytics.

flowmap.query's People

Contributors

ilyabo avatar dependabot[bot] avatar franzhcs avatar

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.