Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP Ability to have external code in Python sandbox #6

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

dsagal
Copy link
Member

@dsagal dsagal commented Dec 17, 2024

This is not for review, but just to describe the purpose of the changes in this branch, and in the linked grist-core branch https://github.com/gristlabs/grist-core/tree/large-data-python-ext.

These allow megagrist code to add python files to be available in per-document sandbox processes. Not fully tested. This branch has a single experiment that replaces dependency graph (Graph) implementation with one that uses SQLite (using :memory: here). This is much slower than the previous implementation, so this particular experiment may not be interesting. Bigger goal was just to be able to do sandbox things differently in megagrist without affecting grist-core.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant