Vktun / gridstudio

Grid studio is a web-based spreadsheet application with full integration of the Python programming language.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Grid studio is a web-based spreadsheet application with full integration of the Python programming language.

It intends to provide an integrated workflow for loading, cleaning, manipulating, and visualizing data. This is achieved through a spreadsheet backend written in Go with integration of the Python runtime to manipulate its contents.

Architecture overview

The application is structured in two parts:

  1. The (centralized) workspace manager
    1. CRUD interface for creating, copying, editing and deleting workspaces.
    2. Proxy to send traffic to the right workspace environment (part 2)
  2. Workspace Go execution environment
    1. Go cell parsing and evaluating spreadsheet backend
    2. Node.js terminal session
    3. Python interpreter integration

For more details about each part check out the code in the repository. If anything is unclear (or unreadable - not all code is equally pretty!) make an issue and details will be provided.

Installation

To run Grid studio locally refer to the Installation page of the Wiki.

It comes down to pulling the latest Grid studio Docker image that has all dependencies configured (mainly: Go language, Python 3 with packages, Node.js) and starting the Docker container.

For more information check out our Wiki.

If don't want to install Grid studio locally you can try out the beta of the hosted version here: https://dashboard.gridstudio.io.

Donate

Like the project? I can dedicate more time to it if you support me:

If you prefer you can also choose to give a one time donation through PayPal:

paypal

(This is an experiment - if you think I shouldn't run a Patreon/donations for this project let me know in a GitHub issue - I'm very open to feedback!)

About

Grid studio is a web-based spreadsheet application with full integration of the Python programming language.

License:GNU Affero General Public License v3.0


Languages

Language:JavaScript 69.4%Language:Go 18.4%Language:TypeScript 4.8%Language:CSS 3.6%Language:HTML 2.6%Language:Python 0.9%Language:Dockerfile 0.2%Language:Shell 0.1%