LICENSE
NOTICE
README.md
pyproject.toml
src/r2g/__init__.py
src/r2g/catalog.py
src/r2g/classification.py
src/r2g/config.py
src/r2g/config_migrate.py
src/r2g/data_validator.py
src/r2g/denorm.py
src/r2g/dlq.py
src/r2g/expressions.py
src/r2g/fk_inference.py
src/r2g/governance.py
src/r2g/keys.py
src/r2g/log.py
src/r2g/main.py
src/r2g/mapping_diff.py
src/r2g/masking.py
src/r2g/mcp_server.py
src/r2g/naming.py
src/r2g/rsa_ontology.py
src/r2g/schema_diff.py
src/r2g/security.py
src/r2g/selective_reload.py
src/r2g/topo_sort.py
src/r2g/types.py
src/r2g/catalogs/__init__.py
src/r2g/catalogs/base.py
src/r2g/catalogs/openmetadata.py
src/r2g/cdc/__init__.py
src/r2g/cdc/conflict.py
src/r2g/cdc/delta_transformer.py
src/r2g/cdc/handler.py
src/r2g/cdc/kafka_consumer.py
src/r2g/cdc/kafka_parser.py
src/r2g/cdc/models.py
src/r2g/cdc/parsers.py
src/r2g/cdc/pg_listener.py
src/r2g/connectors/__init__.py
src/r2g/connectors/arango_reader.py
src/r2g/connectors/arango_writer.py
src/r2g/connectors/base.py
src/r2g/connectors/csv_source.py
src/r2g/connectors/kafka_source.py
src/r2g/connectors/mssql.py
src/r2g/connectors/mysql.py
src/r2g/connectors/postgres.py
src/r2g/connectors/session.py
src/r2g/connectors/snowflake.py
src/r2g/generators/__init__.py
src/r2g/generators/arangoimport.py
src/r2g/generators/visualizer.py
src/r2g/input/__init__.py
src/r2g/input/dump_reader.py
src/r2g/llm/__init__.py
src/r2g/llm/anthropic_provider.py
src/r2g/llm/base.py
src/r2g/llm/grounding.py
src/r2g/llm/ontology.py
src/r2g/llm/openai_provider.py
src/r2g/llm/prompt.py
src/r2g/llm/sampling.py
src/r2g/streaming/__init__.py
src/r2g/streaming/pipeline.py
src/r2g/temporal/__init__.py
src/r2g/temporal/applier.py
src/r2g/temporal/models.py
src/r2g/temporal/queries.py
src/r2g/transformers/__init__.py
src/r2g/transformers/edge_transformer.py
src/r2g/transformers/node_transformer.py
src/r2g/ui/__init__.py
src/r2g/ui/server.py
src/r2g/ui/static/index.html
src/r2g/ui/static/r2g-icon.png
src/r2g_arango.egg-info/PKG-INFO
src/r2g_arango.egg-info/SOURCES.txt
src/r2g_arango.egg-info/dependency_links.txt
src/r2g_arango.egg-info/entry_points.txt
src/r2g_arango.egg-info/requires.txt
src/r2g_arango.egg-info/top_level.txt
tests/test_arango_writer.py
tests/test_arangoimport.py
tests/test_catalog.py
tests/test_catalog_enhanced.py
tests/test_catalog_registry.py
tests/test_catalogs_base.py
tests/test_cdc_conflict.py
tests/test_cdc_delta_transformer.py
tests/test_cdc_handler.py
tests/test_cdc_models.py
tests/test_cdc_parsers.py
tests/test_cdc_pg_listener.py
tests/test_classification.py
tests/test_cli.py
tests/test_cli_analyze_denorm.py
tests/test_cli_catalog.py
tests/test_cli_entitlements.py
tests/test_cli_ontology.py
tests/test_cli_resync_classifications.py
tests/test_cli_runtime.py
tests/test_cli_source_dump.py
tests/test_cli_source_snapshot_classifications.py
tests/test_config.py
tests/test_config_migrate.py
tests/test_connectors_base.py
tests/test_csv_connector.py
tests/test_csv_import_generator.py
tests/test_data_validator.py
tests/test_denorm.py
tests/test_dlq.py
tests/test_dump_reader.py
tests/test_edge_transformer.py
tests/test_expressions.py
tests/test_fk_inference.py
tests/test_governance.py
tests/test_kafka_connector.py
tests/test_kafka_consumer.py
tests/test_kafka_parser.py
tests/test_keys.py
tests/test_llm_base.py
tests/test_llm_grounding.py
tests/test_llm_live.py
tests/test_llm_prompt.py
tests/test_llm_providers.py
tests/test_llm_sampling.py
tests/test_load_engine.py
tests/test_mapping_diff.py
tests/test_mcp_server.py
tests/test_mssql_connector.py
tests/test_mysql_connector.py
tests/test_naming.py
tests/test_node_transformer.py
tests/test_ontology_proposal.py
tests/test_openmetadata_provider.py
tests/test_partitions.py
tests/test_rsa_ontology.py
tests/test_schema_diff.py
tests/test_security.py
tests/test_selective_reload.py
tests/test_snowflake_connector.py
tests/test_source_sessions.py
tests/test_streaming_pipeline.py
tests/test_target_introspection.py
tests/test_temporal_applier.py
tests/test_temporal_models.py
tests/test_temporal_queries.py
tests/test_topo_sort.py
tests/test_types.py
tests/test_ui_api.py
tests/test_visualizer.py