nightmarewalker/D-MemFS
In-process virtual filesystem with hard quota for Python
This tool creates a temporary, isolated workspace within your running Python program that behaves like a real file system. It takes raw data, archives, or existing file structures and lets your code work with them as files and folders, producing processed data or test results. It's designed for Python developers and QA engineers who need to manage temporary files or accelerate workflows without touching the actual disk.
Available on PyPI.
Use this if you need a high-speed, thread-safe scratchpad for files within your Python application, especially for testing or data processing where direct disk I/O is slow or restricted.
Not ideal if your workflow requires external command-line tools or other processes to access these temporary files via standard operating system paths.
Stars
21
Forks
—
Language
Python
License
MIT
Category
Last pushed
Mar 14, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/data-engineering/nightmarewalker/D-MemFS"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
PrefectHQ/prefect
Prefect is a workflow orchestration framework for building resilient data pipelines in Python.
growthbook/growthbook
Open Source Feature Flags, Experimentation, and Product Analytics
koopjs/koop
Transform, query, and download geospatial data on the web.
pathwaycom/pathway
Python ETL framework for stream processing, real-time analytics, LLM pipelines, and RAG.
dagster-io/dagster
An orchestration platform for the development, production, and observation of data assets.