Skip to content

Commit 3e7c2c1

Browse files
committed
new docs sync with git
1 parent 3886950 commit 3e7c2c1

97 files changed

Lines changed: 14013 additions & 116 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

docs/README.md

Lines changed: 12 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,25 @@
11
---
2-
description: Hope you find us useful :-)
2+
description: >-
3+
ML-powered entity resolution and record matching - built for your warehouse,
4+
at any scale.
35
---
46

5-
# Welcome To Zingg
7+
# What is Zingg
68

7-
This is the latest documentation for Zingg. Release wise documentation can be accessed through:
9+
Most teams don't have a duplication problem; they have an entity resolution problem. The same entity lives in five systems under three different names. Every downstream decision built on that data becomes unreliable: analytics produce conflicting numbers, compliance checks miss connections, and operational teams work from different versions of the same record. When AI agents are in the loop, the problem compounds; an agent doesn't know a record is a duplicate, so it acts on each one independently, multiplying errors at the speed of automation.
810

9-
* [v0.6.0](https://docs.zingg.ai/0.6.0/)
10-
* [v0.5.0](https://app.gitbook.com/o/kn0G4kXLdlfPagjso48S/s/LzEhax5IUbfFVRkRns9Q/)
11-
* [v0.4.0](https://app.gitbook.com/o/kn0G4kXLdlfPagjso48S/s/a7sgpR3odgfck5L8KMcN/)
12-
* [v0.3.4](https://app.gitbook.com/o/kn0G4kXLdlfPagjso48S/s/ngqsuC2LVWwrOiyPZbU2/)
13-
* [v0.3.3](https://app.gitbook.com/o/kn0G4kXLdlfPagjso48S/s/1ZRr4ik7PJ2qmCP10In9/)
11+
Solving this at scale is harder than it looks. The number of comparisons grows quadratically with record count, and rule-based approaches break down on real-world data variation.
1412

15-
## Why?
13+
Zingg solves this with ML-powered entity resolution that runs directly on your infrastructure on Spark or Snowflake, so your data never leaves your premises. You label a small set of example pairs to teach Zingg what a match looks like for your data. Zingg learns from those labels, adapts as it sees more variation, and scales that judgment across millions of records, giving your pipelines and agents a resolved, trustworthy view of every entity to act on.
1614

17-
Data silos hurt all business functions - customer analytics, supplier consolidation, risk and compliance, and sales and marketing.
1815

19-
![Data Silos](.gitbook/assets/dataSilos.png)
2016

21-
Zingg is a quick and scalable way to build a single source of truth for core business entities. With Zingg, the analytics engineer and the data scientist can quickly integrate data silos and build unified views at scale!
17+
<figure><img src=".gitbook/assets/image (36).png" alt=""><figcaption></figcaption></figure>
2218

23-
![# Zingg - Data Mastering At Scale with ML](.gitbook/assets/dataMastering.png)
19+
Whether you're resolving customers, patients, suppliers, citizens, or product issues—Zingg works on any entity type.
2420

25-
<figure><img src="https://static.scarf.sh/a.png?x-pxid=b96858f2-6fe2-4fdf-a68b-946527ca3daf" alt=""><figcaption></figcaption></figure>
21+
### What do you want to do today?
2622

27-
## Ask For Help
28-
29-
If you want to understand if Zingg is a fit for your use case or have other questions or suggestions, join our [Slack.](https://join.slack.com/t/zinggai/shared_invite/zt-w7zlcnol-vEuqU9m~Q56kLLUVxRgpOA)
23+
<table data-view="cards"><thead><tr><th></th><th data-type="content-ref"></th><th><select></select></th><th></th></tr></thead><tbody><tr><td><mark style="color:violet;background-color:violet;"><strong>What is entity resolution</strong></mark></td><td><a href="zingg-concepts/entity-resolution/">entity-resolution</a></td><td></td><td>Understand the problem Zingg solves, why fragmented entity data breaks downstream systems, and why rule-based approaches fail at scale.</td></tr><tr><td><mark style="color:violet;background-color:violet;"><strong>Run Zingg for the first time</strong></mark></td><td><a href="https://app.gitbook.com/s/4FvYw4VaCJcugJzWCiLX/running-zingg">Running Zingg</a></td><td></td><td>Get Zingg running on your platform and see your first match result in under 30 minutes.</td></tr><tr><td><mark style="color:violet;background-color:violet;"><strong>Connect your data</strong></mark></td><td><a href="https://app.gitbook.com/s/4FvYw4VaCJcugJzWCiLX/connect-your-data">Connect Your Data</a></td><td></td><td>Configure Zingg pipes for your data source - cloud warehouses, cloud storage, databases, and file formats.</td></tr><tr><td><mark style="color:violet;background-color:violet;"><strong>Build and train a model</strong></mark></td><td><a href="/broken/pages/kmbn0lMNm0Gkg9cfafx5">Broken link</a></td><td></td><td>Configure your data, label training pairs, and build a model for your dataset.</td></tr><tr><td><mark style="color:violet;background-color:violet;"><strong>Interpret and tune results</strong></mark></td><td><a href="https://app.gitbook.com/s/4FvYw4VaCJcugJzWCiLX/tuning">Tuning</a></td><td></td><td>Understand your match output, set thresholds, and improve accuracy.</td></tr><tr><td><mark style="color:violet;background-color:violet;"><strong>References</strong></mark></td><td><a href="https://app.gitbook.com/s/4FvYw4VaCJcugJzWCiLX/reference">Reference</a></td><td></td><td>Configuration schema, CLI commands, runtime properties, and FAQ.</td></tr></tbody></table>
3024

25+
{% embed url="https://www.zingg.ai/company/contact/contact" %}

docs/SUMMARY.md

Lines changed: 130 additions & 99 deletions
Original file line numberDiff line numberDiff line change
@@ -1,101 +1,132 @@
11
# Table of contents
22

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

Comments
 (0)