Giter Site home page Giter Site logo

notion-table-visualizer's Introduction

Notion Table Visualizer

Notion Table Visualizer is an open-source project that creates beautiful and informative Pie and Bar charts from your Notion databases, which are not natively supported by Notion. It utilizes Streamlit, Google Cloud Platform (GCP), and other technologies.

Flow

Table of Contents

  1. Features
  2. Getting Started
  3. Usage
  4. Contributing
  5. License
  6. Acknowledgements

Features

  • Retrieve data from Notion tables with ease
  • Generate Pie and Bar charts
  • Interactive and real-time data visualization
  • Customizable chart design
  • Responsive design for both desktop and mobile devices
  • Secure and private data handling

Getting Started

Prerequisites

Before you start, please ensure you have the following prerequisites installed:

  • python>=3.10
  • pip

Installation

  1. Clone the repository:
git clone https://github.com/tailtq/notion-table-visualizer.git
  1. Change directory to the cloned repository:
 notion-table-visualizer
  1. Install

    1. Manually:
    pip install -r requirements.txt
    1. Docker:
    docker build --platform=linux/amd64 -t table-visualizer:latest .

Usage

  1. Start the Streamlit application:
# for manual installation
streamlit run src/Chart_Configuration.py --browser.serverPort 8080
# for docker installation
docker run -p 8080:8080 table-visualizer:latest
  1. Open your web browser and navigate to the URL displayed in the terminal (http://localhost:8080).

  2. Follow the instructions on the web page to visualize your Notion table data.

Usage

Usage

Contributing

We appreciate any contributions, from bug reports to feature requests or improvements. Feel free to open an issue or submit a pull request.

Acknowledgements

notion-table-visualizer's People

Contributors

prd-tai-le avatar tailtq 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.