Skip to content

Commit 06f5786

Browse files
committed
added supporting documents
1 parent 57de0d6 commit 06f5786

File tree

2 files changed

+501
-0
lines changed

2 files changed

+501
-0
lines changed
Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
# AWS Entity Resolution Program
2+
3+
## Overview
4+
This AWS Entity Resolution basic scenario demonstrates how to interact with the AWS Entity Resolution service using an AWS SDK. This application demonstrates how to use AWS Entity Resolution to integrate and deduplicate data from multiple sources using machine learning-based matching. The program walks through setting up AWS resources, uploading structured data, defining schema mappings, creating a matching workflow, and running a matching job.
5+
6+
7+
**Note:** See the [specification document](SPECIFICATION.md) for a complete list of operations.
8+
9+
## Features
10+
11+
1. Uses AWS CloudFormation to create necessary resources:
12+
13+
- AWS Glue Data Catalog table
14+
15+
- AWS IAM role
16+
17+
- AWS S3 bucket
18+
19+
- AWS Entity Resolution Schema
20+
21+
2. Uploads sample JSON and CSV data to S3
22+
23+
3. Creates schema mappings for JSON and CSV datasets
24+
25+
4. Creates and starts an Entity Resolution matching workflow
26+
27+
5. Retrieves job details and schema mappings
28+
29+
6. Lists available schema mappings
30+
31+
7. Tags AWS resources for better organization
32+
33+
8. Views the results of the workflow
34+
35+
## Resources
36+
37+
This Basics scenario requires an IAM role that has permissions to work with the AWS Entity Resolution service,
38+
an AWS Glue database, and an S3 bucket. A CDK script is provided to create these resources.
39+
See the resources [Readme](../../../resources/cdk/entityresolution_resources/README.md) file.
40+
41+
## Implementations
42+
43+
This scenario example will be implemented in the following languages:
44+
45+
- Java
46+
- Python
47+
- Kotlin
48+
49+
## Additional Reading
50+
51+
- [AWS Entity Resolution Documentation](https://docs.aws.amazon.com/entityresolution/latest/userguide/what-is-service.html)
52+
53+
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. SPDX-License-Identifier: Apache-2.0

0 commit comments

Comments
 (0)