LICENSE
README.md
pyproject.toml
rills/__init__.py
rills/engine.py
rills/metrics.py
rills/output.py
rills/py.typed
rills/retention.py
rills/schema.py
rills/table.py
rills.egg-info/PKG-INFO
rills.egg-info/SOURCES.txt
rills.egg-info/dependency_links.txt
rills.egg-info/requires.txt
rills.egg-info/top_level.txt
rills/compute/__init__.py
rills/compute/join.py
rills/compute/operations.py
rills/compute/sql.py
rills/compute/upsert.py
rills/connectors/__init__.py
rills/connectors/base.py
rills/connectors/file.py
rills/connectors/json_stream.py
rills/connectors/kafka.py
rills/connectors/memory.py
rills/connectors/websocket.py
tests/test_alerts_pipeline.py
tests/test_backpressure.py
tests/test_bug_fixes.py
tests/test_connectors.py
tests/test_duckdb_sql.py
tests/test_engine.py
tests/test_memory_budget.py
tests/test_metrics.py
tests/test_optimizations.py
tests/test_quack_integration.py
tests/test_retention.py
tests/test_schema.py
tests/test_stream_joins.py
tests/test_table_modes.py
tests/test_upsert.py