.dockerignore
.gitignore
.gitremotes
.pre-commit-config.yaml
CONTRIBUTING.rst
Dockerfile
LICENSE
README.rst
pyproject.toml
.devcontainer/devcontainer.json
.github/CONTRIBUTING.rst
.github/dependabot.yml
.github/actions/install_requirements/action.yml
.github/pages/index.html
.github/pages/make_switcher.py
.github/workflows/code.yml
.github/workflows/docs.yml
.github/workflows/docs_clean.yml
.github/workflows/linkcheck.yml
.vscode/extensions.json
.vscode/launch.json
.vscode/settings.json
.vscode/tasks.json
benchmark/Dockerfile
benchmark/build_and_run_ioc.sh
benchmark/coniql_performance_test.py
benchmark/generate_db.sh
benchmark/run_performance_test.sh
docs/conf.py
docs/explanations.rst
docs/how-to.rst
docs/index.rst
docs/reference.rst
docs/tutorials.rst
docs/_static/theme_overrides.css
docs/explanations/why-graphql.rst
docs/how-to/run-a-server.rst
docs/images/concrete-device-layer.svg
docs/images/coniql-favicon.ico
docs/images/coniql-logo.svg
docs/reference/api.rst
docs/reference/benchmark.rst
docs/reference/contributing.rst
docs/reference/example.speedscope
docs/reference/performance.rst
docs/tutorials/installation.rst
src/coniql/__init__.py
src/coniql/__main__.py
src/coniql/_version.py
src/coniql/app.py
src/coniql/caplugin.py
src/coniql/coniql_schema.py
src/coniql/metrics.py
src/coniql/plugin.py
src/coniql/simplugin.py
src/coniql/strawberry_schema.py
src/coniql/types.py
src/coniql.egg-info/PKG-INFO
src/coniql.egg-info/SOURCES.txt
src/coniql.egg-info/dependency_links.txt
src/coniql.egg-info/entry_points.txt
src/coniql.egg-info/requires.txt
src/coniql.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/soft_records.db
tests/test_aiohttp.py
tests/test_caplugin.py
tests/test_coniql.py
tests/test_metrics.py