0xPlaygrounds / 0xPlaygrounds/subgrounds
Serializable Subgrounds Queries
- Vorherrschende Sprache
- Python
- Sterne
- 73
- Forks
- 12
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
**Is your feature request related to a problem? Please describe.**
I would like to build my queries and execute them separately.
**Describe the solution you'd like**
Serializable queries
**Describe alternatives you've considered**
Saving queries as code and running it separately
**Additional context**
- Serializing synthetic fields will require pickle (or dill to be safer)
- Technically, this is arbitrary code execution so by default, Synthetic support would be off with a flag to turn it on (and a warning).
- This would either happen on-save **and** on-load (with flags and warnings in appropriate locations).
**Implementation checklist**
- [ ] Task 1
Beitragsleitfaden
Rechercherichtung
Look at the Subgrounds query building and execution code to understand the current query representation. Investigate serialization methods (pickle/dill) and how to safely handle synthetic fields. Determine where to add serialization/deserialization logic and the flag for enabling synthetic field support.
Vom Indexierungsmodell aus dem Issue-Text verfasst.
Bewertung
- Tech-Stack
- graphql, python
- Bereich
- backend, data
- Issue-Typ
- Feature
- Schwierigkeit
- 4/5
- Geschätzter Aufwand
- 3-5 Tage
- Aktivitätsstatus
- Veraltet
- Klarheit
- Muss geklärt werden
- Anfängerfreundlichkeit
- 30/100