Skip to content

sereddos/dashboard-netflix-cube-js

Repository files navigation

This example is about data visualization on dashboards. I used Ant Design of React, Cube.JS to retrieve data and PostgreSQL as a database.

If you’re not familiar with Cube.JS yet, please visit Cube JS Sample React app tutorial before continuing this tutorial.

As the start point I used a sample Cube.JS React app.

This is an example of how to render a layer based on Netflix data.

alt text

To create the netflix database, please, use the following command:

CREATE TABLE public.netflix
(    
show_id bigserial,   
show_type text,
title text,
director text,
leading_role text,
country text,
date_added date,
release_year integer,
rating text,
duration text,
listed_in text,
description text
);

and use netflix_db.sql to fill the database

If you have any feedback or questions about this tutorial or about Cube.js in general — feel free to use our Slack Cube.js community

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published