.editorconfig
.gitignore
.mergify.yml
CHANGES.rst
LICENSE
README.rst
cr8-spec.schema.json
setup.cfg
setup.py
.github/FUNDING.yml
.github/ISSUE_TEMPLATE/bug_report.md
.github/workflows/main.yml
.vscode/launch.json
cr8/__init__.py
cr8/__main__.py
cr8/aio.py
cr8/bench_spec.py
cr8/cli.py
cr8/clients.py
cr8/engine.py
cr8/exceptions.py
cr8/fake_providers.py
cr8/insert_fake_data.py
cr8/insert_from_sql.py
cr8/insert_json.py
cr8/java_magic.py
cr8/log.py
cr8/metrics.py
cr8/misc.py
cr8/reindex.py
cr8/run_crate.py
cr8/run_spec.py
cr8/run_track.py
cr8/timeit.py
cr8.egg-info/PKG-INFO
cr8.egg-info/SOURCES.txt
cr8.egg-info/dependency_links.txt
cr8.egg-info/entry_points.txt
cr8.egg-info/requires.txt
cr8.egg-info/top_level.txt
specs/count_countries.json
specs/sample.py
specs/sample.toml
specs/sample_insert.toml
specs/data/countries1.json
specs/data/countries2.json.gz
specs/sql/create_countries.sql
tests/__init__.py
tests/demo.json
tests/test_cli.py
tests/test_clients.py
tests/test_engine.py
tests/test_fake_providers.py
tests/test_insert_fake_data.py
tests/test_insert_json.py
tests/test_integration.py
tests/test_java_magic.py
tests/test_log.py
tests/test_metrics.py
tests/test_misc.py
tests/test_reindex.py
tests/test_run_crate.py
tests/test_spec.py
tracks/default.toml
tracks/sample.toml