# Zingg-0.3.4

## Zingg-0.3.4

- [Welcome to Zingg](https://docs.zingg.ai/0.3.4/readme.md): Hope you find us useful :-)
- [Step-By-Step Guide](https://docs.zingg.ai/0.3.4/stepbystep.md): Instructions on how to install and use Zingg
- [Installation](https://docs.zingg.ai/0.3.4/stepbystep/installation.md): Getting Zingg installed
- [Docker](https://docs.zingg.ai/0.3.4/stepbystep/installation/docker.md): From pre-built Docker image with all dependencies included
- [Sharing custom data and config files](https://docs.zingg.ai/0.3.4/stepbystep/installation/docker/sharing-custom-data-and-config-files.md): Using custom data to save data files on host machine
- [Shared locations](https://docs.zingg.ai/0.3.4/stepbystep/installation/docker/shared-locations.md): Shared location used to store Zingg configurations
- [File read/write permissions](https://docs.zingg.ai/0.3.4/stepbystep/installation/docker/file-read-write-permissions.md): To enable user to have create/read/write files in shared location
- [Copying Files To and From the Container](https://docs.zingg.ai/0.3.4/stepbystep/installation/docker/copying-files-to-and-from-the-container.md): Alternative to volume/bind mount
- [Installing From Release](https://docs.zingg.ai/0.3.4/stepbystep/installation/installing-from-release.md): From the pre-built release hosted on GitHub
- [Single Machine Setup](https://docs.zingg.ai/0.3.4/stepbystep/installation/installing-from-release/single-machine-setup.md): For standalone local Spark without a cluster
- [Spark Cluster Checklist](https://docs.zingg.ai/0.3.4/stepbystep/installation/installing-from-release/spark-cluster-checklist.md): To configure Zingg in a Spark cluster
- [Installing Zingg](https://docs.zingg.ai/0.3.4/stepbystep/installation/installing-from-release/installing-zingg.md): Downloading and setting things up
- [Verifying The Installation](https://docs.zingg.ai/0.3.4/stepbystep/installation/installing-from-release/verification.md): To verify the Zingg installation works fine
- [Compiling From Source](https://docs.zingg.ai/0.3.4/stepbystep/installation/compiling-from-source.md): For a different Spark version or compiling latest code
- [Hardware Sizing](https://docs.zingg.ai/0.3.4/stepbystep/hardwaresizing.md): Hardware required for different sizes of data
- [Zingg Runtime Properties](https://docs.zingg.ai/0.3.4/stepbystep/zingg-runtime-properties.md): Memory, external jars and other runtime properties
- [Zingg Command Line](https://docs.zingg.ai/0.3.4/stepbystep/zingg-command-line.md): Using Zingg command line to interact with Zingg
- [Configuration](https://docs.zingg.ai/0.3.4/stepbystep/configuration.md): JSON configuration file required to work with Zingg
- [Configuring Through Environment Variables](https://docs.zingg.ai/0.3.4/stepbystep/configuration/configuring-through-environment-variables.md): Passing Configuration value through the system environment variable
- [Data Input and Output](https://docs.zingg.ai/0.3.4/stepbystep/configuration/data-input-and-output.md): Connecting Zingg to user data and writing results to a datastore and format of your choice
- [Input Data](https://docs.zingg.ai/0.3.4/stepbystep/configuration/data-input-and-output/data.md): Details about data to be matched, its format and connection properties
- [Output](https://docs.zingg.ai/0.3.4/stepbystep/configuration/data-input-and-output/output.md): Information about output generated
- [Field Definitions](https://docs.zingg.ai/0.3.4/stepbystep/configuration/field-definitions.md): Defining which fields should appear in the output and whether and how they need to be used in matching
- [Model Location](https://docs.zingg.ai/0.3.4/stepbystep/configuration/model-location.md): Place where Zingg saves training data, models, documentation and recommendations
- [Tuning Label, Match And Link Jobs](https://docs.zingg.ai/0.3.4/stepbystep/configuration/tuning-label-match-and-link-jobs.md): Requirements to optimize the performance
- [Telemetry](https://docs.zingg.ai/0.3.4/stepbystep/configuration/telemetry.md): Product usage data captured by Zingg OSS to improve user experience
- [Working With Training Data](https://docs.zingg.ai/0.3.4/stepbystep/createtrainingdata.md): Guide to working with training data
- [Finding Records For Training Set Creation](https://docs.zingg.ai/0.3.4/stepbystep/createtrainingdata/findtrainingdata.md): Pairs of records that could be similar to train Zingg
- [Labeling Records](https://docs.zingg.ai/0.3.4/stepbystep/createtrainingdata/label.md): Providing user feedback on the training pairs
- [Find And Label](https://docs.zingg.ai/0.3.4/stepbystep/createtrainingdata/findandlabel.md): Phase which creates training data
- [Using pre-existing training data](https://docs.zingg.ai/0.3.4/stepbystep/createtrainingdata/addowntrainingdata.md): Instructions on using existing training data with Zingg
- [Updating Labeled Pairs](https://docs.zingg.ai/0.3.4/stepbystep/createtrainingdata/updatinglabels.md): To update the existing labeled pairs as the data modifies
- [Exporting Labeled Data](https://docs.zingg.ai/0.3.4/stepbystep/createtrainingdata/exportlabeleddata.md): Writing labeled data to CSV for exporting
- [Building and saving the model](https://docs.zingg.ai/0.3.4/stepbystep/train.md): Guide to build and save model
- [Finding the matches](https://docs.zingg.ai/0.3.4/stepbystep/match.md): Identifying matching records
- [Linking across datasets](https://docs.zingg.ai/0.3.4/stepbystep/link.md): To match two datasets against each other
- [Data Sources and Sinks](https://docs.zingg.ai/0.3.4/connectors.md): Data sources and file formats supported by Zingg
- [Zingg Pipes](https://docs.zingg.ai/0.3.4/connectors/pipes.md): Information on Zingg pipes and their working
- [Snowflake](https://docs.zingg.ai/0.3.4/connectors/snowflake.md): Instructions to work with Snowflake
- [JDBC](https://docs.zingg.ai/0.3.4/connectors/jdbc.md): Working with different databases using JDBC driver
- [Postgres](https://docs.zingg.ai/0.3.4/connectors/jdbc/postgres.md): Instructions to fetch data from Postgres database
- [MySQL](https://docs.zingg.ai/0.3.4/connectors/jdbc/mysql.md): Instructions to fetch data from MySQL database
- [Cassandra](https://docs.zingg.ai/0.3.4/connectors/cassandra.md): Instructions to fetch data from Cassandra
- [MongoDB](https://docs.zingg.ai/0.3.4/connectors/mongodb.md): Instructions to fetch data from MongoDB
- [Neo4j](https://docs.zingg.ai/0.3.4/connectors/neo4j.md): Instructions to fetch data from Neo4j
- [Parquet](https://docs.zingg.ai/0.3.4/connectors/parquet.md): Instructions to fetch data from Parquet
- [BigQuery](https://docs.zingg.ai/0.3.4/connectors/bigquery.md): Instructions to work with BigQuery
- [Working With Python](https://docs.zingg.ai/0.3.4/working-with-python.md): A whole new way to work with Zingg!
- [Running Zingg on Cloud](https://docs.zingg.ai/0.3.4/running.md): Cloud platforms supported by Zingg
- [Running on AWS](https://docs.zingg.ai/0.3.4/running/aws.md): Instructions on running Zingg on AWS
- [Running on Azure](https://docs.zingg.ai/0.3.4/running/azure.md): Instructions on running Zingg on Azure
- [Running on Databricks](https://docs.zingg.ai/0.3.4/running/databricks.md): Instructions on working with Databricks
- [Zingg Models](https://docs.zingg.ai/0.3.4/zmodels.md): Working of Zingg models
- [Pre-trained models](https://docs.zingg.ai/0.3.4/zmodels/pretrainedmodels.md): Pre-trained models to work with Zingg
- [Improving Accuracy](https://docs.zingg.ai/0.3.4/improving-accuracy.md): Performance optimization
- [Ignoring Commonly Occuring Words While Matching](https://docs.zingg.ai/0.3.4/improving-accuracy/stopwordsremoval.md): Guide on omitting different types of words
- [Defining Domain Specific Blocking And Similarity Functions](https://docs.zingg.ai/0.3.4/improving-accuracy/definingown.md): To tune Zingg for more accurate matching with higher recall
- [Documenting The Model](https://docs.zingg.ai/0.3.4/generatingdocumentation.md)
- [Interpreting Output Scores](https://docs.zingg.ai/0.3.4/scoring.md): Analyzing the output scores generated
- [Reporting bugs and contributing](https://docs.zingg.ai/0.3.4/contributing.md): Contribute, report a bug and connect with us!
- [Setting Zingg Development Environment](https://docs.zingg.ai/0.3.4/contributing/settingupzingg.md): Instructions on how to set up Zingg Development Environment
- [Community](https://docs.zingg.ai/0.3.4/community.md): Join the Zingg community for latest feature updates!
- [Frequently Asked Questions](https://docs.zingg.ai/0.3.4/faq.md): Questions on your mind? Here are few of them answered!
- [Reading Material](https://docs.zingg.ai/0.3.4/reading.md): More information regarding the problem we are solving, read away folks!
- [Security And Privacy](https://docs.zingg.ai/0.3.4/security.md): A note about telemetry and product usage data collection in Zingg
