Grist Self-Hosted Relational Spreadsheet and Database Platform
Grist is an open-source modern relational spreadsheet that combines the flexibility of a spreadsheet with the robustness of a database. It supports Python formulas, a REST API, self-hosting via Docker, and AI-powered formula assistance.
What it does
Grist Self-Hosted Relational Spreadsheet and Database Platform
Grist is an open-source modern relational spreadsheet that combines the flexibility of a spreadsheet with the robustness of a database. It supports Python formulas, a REST API, self-hosting via Docker, and AI-powered formula assistance.
Installation
Use the upstream install or setup path that matches your environment:
- docker pull gristlabs/grist
- docker run -p 8484:8484 -it gristlabs/grist
- docker run -p 8484:8484 -v $PWD/persist:/persist -it gristlabs/grist
- docker run --env PORT=9999 -p 9999:9999 -v $PWD/persist:/persist -it gristlabs/grist
Requirements and caveats from upstream:
- To see exactly what is present in grist-core, you can run the desktop app, or use docker. The absolute fastest way to try Grist out is to visit [docs.getgr...
- Python formulas.
- Full Python syntax is supported, including the standard library.
Basic usage or getting-started notes:
-
grist-core (this repo – also known as Grist Community edition) has what you need to run a powerful server for hosting spreadsheets.
-
If you evaluate Grist by using the hosted version at getgrist.com, be aware that it includes some features that aren't present in grist-core. To be sure you're seeing exactly what is present in...
-
Extracted from upstream docs: https://raw.githubusercontent.com/gristlabs/grist-core/HEAD/README.md
Source
Capabilities
Install
Quality
deterministic score 0.45 from registry signals: · indexed on github topic:agent-skills · 8 github stars · SKILL.md body (1,699 chars)