GithubHelp home page GithubHelp logo

database-visualization's Introduction

Data Visualisation

Single-page app for representing any database as graphs and charts - helping users interact with databases very easily.

Key Attributes:

  • Single-page app
  • Data agnostic
  • Visualizes data as tables, graphs and pie-charts
  • Grouping tables by any attribute chosen

Tech Stack

screen shot 2018-01-22 at 10 50 36

Demo

screen shot 2018-01-22 at 10 47 32

Challenges:

  • Working with unfamiliar code - As we tried to gain exposure to different technologies
  • Completing unit, service/API and feature tests within a new language using different frameworks, assertion libraries and testrunners - took longer to set up than anticipated
  • To include table associations

Learning:

  • Benefits of mobbing - especially when using new technologies
  • Think a feature through before starting the development process - we ended up with a feature that worked in the back-end but couldn’t translate it to front-end

Instructions for use:

This app connects to a database called 'data_vis_development', using postgres as database. Please see config/db.js and c change it should you need to. Two seed files are provided with this project which you can use to see the app working.

  1. Clone the app and seed the database:
$ git clone https://github.com/Yolantele/Database-visualization.git
$ cd Database-visualization
$ node seedMovies.js
$ node seedSongs.js
  1. run the app:
$ node index.js
  1. Visit http://localhost:3000 in your browser.

  2. run tests:

$ npm test

User stories

As a User:

So that I can understand created databases better
I want to see a visual representation of data in graphs
So that I can comprehend data better
I want to see data represented in different graph types: for example table, bar-chart
So that I can use many different databases
I want to plug in any database I choose : movies, songs ect.
So that I can control the represented data even better
I want to use various data-filters

database-visualization's People

Contributors

antoniobelmar avatar cazwazacz avatar mariekerkstoel avatar yolantele avatar

Watchers

 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.