|
1 | 1 | # Table of contents |
2 | 2 |
|
3 | | -* [Welcome To Zingg](README.md) |
4 | | -* [Step-By-Step Guide](stepByStep.md) |
5 | | - * [Installation](setup/installation.md) |
6 | | - * [Docker](stepbystep/installation/docker/README.md) |
7 | | - * [Sharing Custom Data And Config Files](stepbystep/installation/docker/sharing-custom-data-and-config-files.md) |
8 | | - * [Shared Locations](stepbystep/installation/docker/shared-locations.md) |
9 | | - * [File Read/Write Permissions](stepbystep/installation/docker/file-read-write-permissions.md) |
10 | | - * [Copying Files To And From The Container](stepbystep/installation/docker/copying-files-to-and-from-the-container.md) |
11 | | - * [Installing From Release](stepbystep/installation/installing-from-release/README.md) |
12 | | - * [Single Machine Setup](stepbystep/installation/installing-from-release/single-machine-setup.md) |
13 | | - * [Spark Cluster Checklist](stepbystep/installation/installing-from-release/spark-cluster-checklist.md) |
14 | | - * [Installing Zingg](stepbystep/installation/installing-from-release/installing-zingg.md) |
15 | | - * [Verifying The Installation](stepbystep/installation/installing-from-release/verification.md) |
16 | | - * [Enterprise Installation for Snowflake](stepbystep/installation/installing-zingg-enterprise-snowflake/README.md) |
17 | | - * [Setting up Zingg](stepbystep/installation/installing-zingg-enterprise-snowflake/setting-up-zingg-enterprise-for-snowflake.md) |
18 | | - * [Snowflake Properties](stepbystep/installation/installing-zingg-enterprise-snowflake/snowflake-properties.md) |
19 | | - * [Match Configuration](stepbystep/installation/installing-zingg-enterprise-snowflake/match-configuration.md) |
20 | | - * [Running Asynchronously](stepbystep/installation/installing-zingg-enterprise-snowflake/running-asynchronously.md) |
21 | | - * [Verifying The Installation](stepbystep/installation/installing-zingg-enterprise-snowflake/verifying-the-installation.md) |
22 | | - * [Compiling From Source](stepbystep/installation/compiling-from-source.md) |
23 | | - * [Hardware Sizing](setup/hardwareSizing.md) |
24 | | - * [Zingg Runtime Properties](stepbystep/zingg-runtime-properties.md) |
25 | | - * [Zingg Command Line](stepbystep/zingg-command-line.md) |
26 | | - * [Configuration](stepbystep/configuration/README.md) |
27 | | - * [Configuring Through Environment Variables](stepbystep/configuration/configuring-through-environment-variables.md) |
28 | | - * [Data Input And Output](stepbystep/configuration/data-input-and-output/README.md) |
29 | | - * [Input Data](stepbystep/configuration/data-input-and-output/data.md) |
30 | | - * [Output](stepbystep/configuration/data-input-and-output/output.md) |
31 | | - * [Field Definitions](stepbystep/configuration/field-definitions.md) |
32 | | - * [Standardise Postprocessor](StandardisePostprocessor.md) |
33 | | - * [User Defined Mapping Match Types](stepbystep/configuration/adv-matchtypes.md) |
34 | | - * [Deterministic Matching](deterministicMatching.md) |
35 | | - * [Pass Through Data](passthru.md) |
36 | | - * [Model Location](stepbystep/configuration/model-location.md) |
37 | | - * [Tuning Label, Match And Link Jobs](stepbystep/configuration/tuning-label-match-and-link-jobs.md) |
38 | | - * [Telemetry](stepbystep/configuration/telemetry.md) |
39 | | - * [Working With Training Data](setup/training/createTrainingData.md) |
40 | | - * [Finding Records For Training Set Creation](setup/training/findTrainingData.md) |
41 | | - * [Labeling Records](setup/training/label.md) |
42 | | - * [Find And Label](setup/training/findAndLabel.md) |
43 | | - * [Using Pre-existing Training Data](setup/training/addOwnTrainingData.md) |
44 | | - * [Updating Labeled Pairs](updatingLabels.md) |
45 | | - * [Documenting The Training Data](stepbystep/createtrainingdata/generatingdocumentation.md) |
46 | | - * [Model Difference](stepbystep/createtrainingdata/modeldiff.md) |
47 | | - * [Ensuring Scalability](verifyBlocking.md) |
48 | | - * [Building And Saving The Model](setup/train.md) |
49 | | - * [Finding The Matches](setup/match.md) |
50 | | - * [Adding Incremental Data](runIncremental.md) |
51 | | - * [Linking Across Datasets](setup/link.md) |
52 | | - * [Lookup Data](lookup.md) |
53 | | - * [Approval of Clusters](approval.md) |
54 | | - * [Reassign ZINGG ID](reassignZinggId.md) |
55 | | -* [Data Sources and Sinks](dataSourcesAndSinks/connectors.md) |
56 | | - * [Zingg Pipes](dataSourcesAndSinks/pipes.md) |
57 | | - * [Databricks](dataSourcesAndSinks/databricks.md) |
58 | | - * [Microsoft Fabric](dataSourcesAndSinks/fabric.md) |
59 | | - * [Snowflake](dataSourcesAndSinks/snowflake.md) |
60 | | - * [JDBC](dataSourcesAndSinks/jdbc.md) |
61 | | - * [Postgres](connectors/jdbc/postgres.md) |
62 | | - * [MySQL](connectors/jdbc/mysql.md) |
63 | | - * [AWS S3](dataSourcesAndSinks/amazonS3.md) |
64 | | - * [Cassandra](dataSourcesAndSinks/cassandra.md) |
65 | | - * [MongoDB](dataSourcesAndSinks/mongodb.md) |
66 | | - * [Neo4j](dataSourcesAndSinks/neo4j.md) |
67 | | - * [Parquet](dataSourcesAndSinks/parquet.md) |
68 | | - * [BigQuery](dataSourcesAndSinks/bigquery.md) |
69 | | - * [Exasol](dataSourcesAndSinks/exasol.md) |
70 | | -* [Working With Python](working-with-python.md) |
71 | | - * [Community Python API](pythonOss/markdown/index.md) |
72 | | - * [Enterprise Python API](working-with-python-enterprise.md) |
73 | | - * [ZinggEC Python API](pythonEC/markdown/index.md) |
74 | | - * [ZinggES Python API](pythonES/markdown/index.md) |
75 | | -* [Running Zingg On Cloud](running/running.md) |
76 | | - * [Running On AWS](running/aws.md) |
77 | | - * [Running On Azure](running/azure.md) |
78 | | - * [Running On Databricks](running/databricks.md) |
79 | | - * [Running on Fabric](running/running-on-fabric.md) |
80 | | -* [Zingg Models](zModels.md) |
81 | | - * [Pre-Trained Models](pretrainedModels.md) |
82 | | -* [Improving Accuracy](improving-accuracy/README.md) |
83 | | - * [Ignoring Commonly Occuring Words While Matching](accuracy/stopWordsRemoval.md) |
84 | | - * [Defining Domain Specific Blocking And Similarity Functions](accuracy/definingOwn.md) |
85 | | -* [Interpreting Output Scores](scoring.md) |
86 | | -* [Explanation of Matches](explainoutput/README.md) |
87 | | - * [Which records matched with each other in a cluster](explainoutput/which-records-matched-with-each-other-in-a-cluster.md) |
88 | | - * [Output Statistics](explainoutput/stats/README.md) |
89 | | - * [Configuring Output Statistics](explainoutput/stats/configuring-output-statistics.md) |
90 | | - * [Cluster Statistics](explainoutput/stats/cluster-statistics.md) |
91 | | - * [Record Statistics](explainoutput/stats/record-statistics.md) |
92 | | - * [Summary Statistics](explainoutput/stats/summary-statistics.md) |
93 | | -* [Combining Different Match Models](relations.md) |
94 | | -* [Reporting Bugs And Contributing](contributing.md) |
95 | | - * [Setting Up Zingg Development Environment](settingUpZingg.md) |
96 | | - * [macOS Setup Guide](macOSSetup.md) |
97 | | - * [Ubuntu/WSL2 Setup Guide](ubuntuSetup.md) |
98 | | -* [Community](community.md) |
99 | | -* [Frequently Asked Questions](faq.md) |
100 | | -* [Reading Material](reading.md) |
101 | | -* [Security And Privacy](security.md) |
| 3 | +## Zingg Concepts |
| 4 | + |
| 5 | +* [What is Zingg](README.md) |
| 6 | +* [Entity Resolution](zingg-concepts/entity-resolution/README.md) |
| 7 | + * [Deterministic vs Probabilistic Matching](zingg-concepts/entity-resolution/deterministic-vs-probabilistic-matching.md) |
| 8 | +* [Community vs Enterprise](zingg-concepts/community-vs-enterprise/README.md) |
| 9 | + * [Migrating from Community to Enterprise (Content to be Added)](zingg-concepts/community-vs-enterprise/migrating-from-community-to-enterprise-content-to-be-added.md) |
| 10 | +* [How Zingg Learns](zingg-concepts/how-zingg-learns/README.md) |
| 11 | + * [Zingg Models](zingg-concepts/how-zingg-learns/zingg-models/README.md) |
| 12 | + * [Blocking Model](zingg-concepts/how-zingg-learns/zingg-models/blocking-model.md) |
| 13 | + * [Similarity Model](zingg-concepts/how-zingg-learns/zingg-models/similarity-model.md) |
| 14 | + * [Standardize Fields and Results](zingg-concepts/how-zingg-learns/zingg-models/standardize-fields-and-results.md) |
| 15 | + * [Match Types](zingg-concepts/how-zingg-learns/match-types/README.md) |
| 16 | + * [FUZZY Match](zingg-concepts/how-zingg-learns/match-types/fuzzy-match.md) |
| 17 | + * [FUZZY\_OPTIMISED Match](zingg-concepts/how-zingg-learns/match-types/fuzzy_optimised-match.md) |
| 18 | + * [EXACT Match](zingg-concepts/how-zingg-learns/match-types/exact-match.md) |
| 19 | + * [EMAIL Match](zingg-concepts/how-zingg-learns/match-types/email-match.md) |
| 20 | + * [EMAIL\_OPTIMISED Match](zingg-concepts/how-zingg-learns/match-types/email_optimised-match.md) |
| 21 | + * [PINCODE Match](zingg-concepts/how-zingg-learns/match-types/pincode-match.md) |
| 22 | + * [NUMERIC Match](zingg-concepts/how-zingg-learns/match-types/numeric-match.md) |
| 23 | + * [NUMERIC\_WITH\_UNITS Match](zingg-concepts/how-zingg-learns/match-types/numeric_with_units-match.md) |
| 24 | + * [TEXT Match](zingg-concepts/how-zingg-learns/match-types/text-match.md) |
| 25 | + * [ONLY\_ALPHABETS\_EXACT Match](zingg-concepts/how-zingg-learns/match-types/only_alphabets_exact-match.md) |
| 26 | + * [ONLY\_ALPHABETS\_FUZZY Match](zingg-concepts/how-zingg-learns/match-types/only_alphabets_fuzzy-match.md) |
| 27 | + * [ONLY\_ALPHABETS\_FUZZY\_OPTIMISED Match](zingg-concepts/how-zingg-learns/match-types/only_alphabets_fuzzy_optimised-match.md) |
| 28 | + * [NULL\_OR\_BLANK Match](zingg-concepts/how-zingg-learns/match-types/null_or_blank-match.md) |
| 29 | + * [DONT\_USE Match](zingg-concepts/how-zingg-learns/match-types/dont_use-match.md) |
| 30 | + * [MAPPING\_(FILENAME) Match](zingg-concepts/how-zingg-learns/match-types/mapping_-filename-match.md) |
| 31 | +* [Identity Graph](zingg-concepts/identity-graph.md) |
| 32 | +* [Z Cluster and Zingg ID](zingg-concepts/z-cluster-and-zingg-id.md) |
| 33 | +* [Pass Through](zingg-concepts/pass-through.md) |
| 34 | +* [Concept Glossary](zingg-concepts/concept-glossary.md) |
| 35 | + |
| 36 | +## Running Zingg |
| 37 | + |
| 38 | +* [Step-by-Step Guide](running-zingg/step-by-step-guide.md) |
| 39 | +* [Experience Zingg](running-zingg/experience-zingg.md) |
| 40 | +* [Quick Start (Docker)](running-zingg/quick-start-docker.md) |
| 41 | +* [Install Zingg](running-zingg/install-zingg.md) |
| 42 | +* [Configure Zingg](running-zingg/configure-zingg.md) |
| 43 | +* [Create Training Data](running-zingg/create-training-data.md) |
| 44 | +* [Label Training Pairs](running-zingg/label-training-pairs.md) |
| 45 | +* [Verify Blocking](running-zingg/verify-blocking.md) |
| 46 | +* [Generate Model Documentation](running-zingg/generate-model-documentation.md) |
| 47 | +* [Build and Save the Model](running-zingg/build-and-save-the-model.md) |
| 48 | +* [Run the match phase](running-zingg/run-the-match-phase.md) |
| 49 | +* [Link across Datasets](running-zingg/link-across-datasets.md) |
| 50 | +* [Run Incremental Matching](running-zingg/run-incremental-matching.md) |
| 51 | +* [Reassign Zingg ID](running-zingg/reassign-zingg-id.md) |
| 52 | +* [Lookup Data](running-zingg/lookup-data.md) |
| 53 | +* [Cluster Approval](running-zingg/cluster-approval.md) |
| 54 | +* [Compare Model Results](running-zingg/compare-model-results.md) |
| 55 | +* [Knowledge Graph](running-zingg/knowledge-graph.md) |
| 56 | + |
| 57 | +## Connect Your Data |
| 58 | + |
| 59 | +* [Pipes and Data Connections](connect-your-data/pipes-and-data-connections.md) |
| 60 | +* [Connect Cloud Warehouses](connect-your-data/connect-cloud-warehouses/README.md) |
| 61 | + * [Connect Azure Databricks](connect-your-data/connect-cloud-warehouses/connect-azure-databricks.md) |
| 62 | + * [Connect Snowflake](connect-your-data/connect-cloud-warehouses/connect-snowflake.md) |
| 63 | + * [Connect BigQuery](connect-your-data/connect-cloud-warehouses/connect-bigquery.md) |
| 64 | + * [Connect Redshift](connect-your-data/connect-cloud-warehouses/connect-redshift.md) |
| 65 | + * [Connect Microsoft Fabric](connect-your-data/connect-cloud-warehouses/connect-microsoft-fabric.md) |
| 66 | + * [Connect Exasol](connect-your-data/connect-cloud-warehouses/connect-exasol.md) |
| 67 | +* [Connect Cloud Storage](connect-your-data/connect-cloud-storage.md) |
| 68 | +* [Connect File Formats](connect-your-data/connect-file-formats.md) |
| 69 | +* [Connect Relational Databases](connect-your-data/connect-relational-databases.md) |
| 70 | +* [Connect NoSQL Databases](connect-your-data/connect-nosql-databases.md) |
| 71 | +* [Connect Graph Databases (Neo4j)](connect-your-data/connect-graph-databases-neo4j.md) |
| 72 | + |
| 73 | +## Zingg Python API |
| 74 | + |
| 75 | +* [Working with Python](zingg-python-api/working-with-python.md) |
| 76 | +* [Community Python API](zingg-python-api/community-python-api.md) |
| 77 | +* [Enterprise ZinggEC Python API](zingg-python-api/enterprise-zinggec-python-api.md) |
| 78 | +* [Enterprise ZinggES Python API](zingg-python-api/enterprise-zingges-python-api.md) |
| 79 | + |
| 80 | +## Tuning |
| 81 | + |
| 82 | +* [Configure Field Standardization](tuning/configure-field-standardization.md) |
| 83 | +* [Improve Accuracy](tuning/improve-accuracy/README.md) |
| 84 | + * [Remove Stopwords (Optional)](tuning/improve-accuracy/remove-stopwords-optional.md) |
| 85 | +* [Custom Blocking and Similarity](tuning/custom-blocking-and-similarity.md) |
| 86 | + |
| 87 | +## Interpreting Results |
| 88 | + |
| 89 | +* [Interpret Output Scores](interpreting-results/interpret-output-scores.md) |
| 90 | +* [Explain Matches](interpreting-results/explain-matches.md) |
| 91 | +* [Explain a Specific Cluster](interpreting-results/explain-a-specific-cluster.md) |
| 92 | +* [Output Statistics](interpreting-results/output-statistics.md) |
| 93 | + |
| 94 | +## Platform Guides |
| 95 | + |
| 96 | +* [Platform Guide for Azure Databricks](platform-guides/platform-guide-for-azure-databricks.md) |
| 97 | +* [Platform Guide for Microsoft Fabric](platform-guides/platform-guide-for-microsoft-fabric.md) |
| 98 | +* [Platform Guide for AWS EMR](platform-guides/platform-guide-for-aws-emr.md) |
| 99 | +* [Platform Guide for AWS GLUE](platform-guides/platform-guide-for-aws-glue.md) |
| 100 | +* [Platform Guide for GCP Dataproc](platform-guides/platform-guide-for-gcp-dataproc.md) |
| 101 | +* [Platform Guide for Snowflake](platform-guides/platform-guide-for-snowflake.md) |
| 102 | + |
| 103 | +## Recipes and Integration |
| 104 | + |
| 105 | +* [Identity RAG with Zingg and LangChain](recipes-and-integration/identity-rag-with-zingg-and-langchain.md) |
| 106 | +* [Combine Match Models](recipes-and-integration/combine-match-models.md) |
| 107 | +* [Pre-trained Models](recipes-and-integration/pre-trained-models.md) |
| 108 | + |
| 109 | +## Reference |
| 110 | + |
| 111 | +* [Configuration Schema](reference/configuration-schema.md) |
| 112 | +* [Zingg Command Line](reference/zingg-command-line.md) |
| 113 | +* [CLI Command Reference](reference/cli-command-reference.md) |
| 114 | +* [Runtime Properties](reference/runtime-properties.md) |
| 115 | +* [Hardware Sizing and Benchmarks](reference/hardware-sizing-and-benchmarks.md) |
| 116 | +* [Reading Material](reference/reading-material.md) |
| 117 | + |
| 118 | +## Contributing |
| 119 | + |
| 120 | +* [Contributing to Zingg](contributing/contributing-to-zingg.md) |
| 121 | +* [Setting Up Zingg Development Environment](contributing/setting-up-zingg-development-environment/README.md) |
| 122 | + * [macOS Setup Guide](contributing/setting-up-zingg-development-environment/macos-setup-guide.md) |
| 123 | + * [Ubuntu/WSL2 Setup Guide](contributing/setting-up-zingg-development-environment/ubuntu-wsl2-setup-guide.md) |
| 124 | + |
| 125 | +## Frequently Asked Questions |
| 126 | + |
| 127 | +* [Frequently Asked Questions](frequently-asked-questions/frequently-asked-questions.md) |
| 128 | + |
| 129 | +## Security and Privacy |
| 130 | + |
| 131 | +* [Security and Privacy](security-and-privacy/security-and-privacy.md) |
| 132 | +* [Telemetry and Usage Metrics](security-and-privacy/telemetry-and-usage-metrics.md) |
0 commit comments