Skip to content

LiquidGalaxyLAB/ViewYourData

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ViewYourData

Welcome to View Your Data project

View Your Data is a tool that imports data of BigData platforms, and based on them create any presentation data layer to display in the Liquid Galaxy. For do it, VYD provides a web application for manage the KML and configure the size of the differents figures and layers created.

Google Summer Of Code

This project is developed in a context of a scolarship in the program Google Summer Of Code 2015.

Wiki

We would love your help expanding our wiki with more information about learning to code and getting a coding job.

Prerequisites

Getting Started

The easiest way to get started is to clone the repository:

# Get the latest snapshot
git clone --depth=1 https://github.com/LiquidGalaxyLAB/ViewYourData.git VYD

cd VYD

# Install packages
sudo apt-get install -y libxml2-dev libxslt1-dev zlib1g-dev python3-pip sshpass

# Install python
wget https://www.python.org/ftp/python/2.7.9/Python-2.7.9.tgz
tar xfz Python-2.7.9.tgz
cd Python-2.7.9/
./configure --prefix /usr/local/lib/python2.7.9 --enable-ipv6
make
make install

# Install pip
python get-pip.py

# Install requirements (with sudo)
pip install -r requirements.txt

# Execute Setup
sh setup.sh

# Go to the folder of project
cd VYD_Project

# Run Django application
./vyd-start <lg_ip>

# Open one browser and go to this URL
localhost:8000

(Remember to have eth0 as network interface)

Software Architecture

The project is divided into two modules:

  • Layer Generator
    • Parser Manager
      • Its responsibility is to download the file, parse it and convert it to standard data
    • Presentation Manager
      • Its responsibility is to display the data and the available presentation models, in order for the user to select the data and match them with the presentation models.
  • Layer Manager
    • Manager store, display, delete and refresh the layers of liquid Galaxy.

Screenshots

License

View Your Data is a tool that imports data of BigData platforms, and based on them create any presentation data layer to display in the Liquid Galaxy.

Copyright (C) 2015 Marc Solé Farré

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

Author contact: Linkedin

About

View Your Data is a tool that imports data of BigData platforms, and based on them create any presentation data layer to display in the Liquid Galaxy.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published