Coder Social home page Coder Social logo

open-olap's Introduction

openapc-olap is a small OLAP Server based on cubes. It offers a fast and efficient way of querying the OpenAPC data and also works as backend for the OpenAPC treemaps server.

Installation (requires a working PostgreSQL installation):

clone or download/unzip
cd openapc-olap
virtualenv venv (Create a python virtual environment)
source venv/bin/activate
pip install -r requirements.txt
python assets_generator.py db_settings (Generates a credentials file for the database)
sudo -u postgres psql -f setup.sql -v pw="'secret'" (Set up a database with roles and schema. Change the 'pw' parameter to something more sophisticated and copy the value to the 'pass' field in db_settings.ini, without any quotes.)
python assets_generator.py model (Generates a model file for the cubes server.)
python assets_generator.py tables (Create and populate the database tables. Requires the openapc core data file (apc_de.csv) and the offsetting file (offsetting.csv) to be present in the directory.)
python olap_server.py

These instructions will fire up a flask-based development server at localhost under port 3001 (Can be modified in cubes_server.py). For a long-term setup you should deploy a WSGI-based configuration.

open-olap's People

Contributors

cbroschinski avatar njahn82 avatar

Watchers

James Cloos avatar  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.