Grid studio is a web-based application for data science with full integration of open source data science frameworks and languages.
Grid studio is a web-based spreadsheet application with full integration of the Python programming language.
main-video.mp4
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.
The application is structured in two parts:
- The (centralized) workspace manager
- CRUD interface for creating, copying, editing and deleting workspaces.
- Proxy to send traffic to the right workspace environment (part 2)
- Workspace Go execution environment
- Go cell parsing and evaluating spreadsheet backend
- Node.js terminal session
- 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.
feature-spreadsheet.mp4
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.
from https://github.com/ricklamers/gridstudio
--------
Installation
Installing Grid studio locally is very simple:
1. Clone the repository with this command:
git clone https://github.com/ricklamers/gridstudio
2. Run the bash script (on Windows use e.g. Git Bash) with this command:
cd gridstudio && ./run.sh
3. Go to http://127.0.0.1:8080 in your browser. Note! Username: admin password: admin
Git Bash for Windows - Docker install
Note: If you are on Windows - make sure you share your drives https://docs.docker.com/docker-for-windows/#shared-drives
Note: if you run into issues feel free to open a issue on GitHub, I'll try to assist/fix as quickly as possible.
Note: on Linux you might need to run (for step 2):
as Docker requires sudo access to run.
from https://github.com/ricklamers/gridstudio/wiki/Installation
No comments:
Post a Comment