Skip to content

Commit

Permalink
Fixes in readme (#35)
Browse files Browse the repository at this point in the history
Co-authored-by: amanjpro <[email protected]>
  • Loading branch information
amanjpro and amanjpro authored Nov 11, 2024
1 parent ce24a8b commit 1418106
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
# match-api
A set of public facing APIs defined by protobuf messages to perform secure Private Set Intersection (PSI) matches with Optable Data connectivity nodes (DCN). The open sourced Command Line Interface (CLI) utility [match-cli](https://github.com/Optable/match-cli) uses these APIs to enable any users of the tool to perform secure ID matches with a DCN partner.
A set of public facing APIs defined by protobuf messages to perform a secure
PAIR (Publisher Advertiser Identity Reconciliation) match and activation with
Optable Data connectivity nodes (DCN). The open sourced Command Line Interface
(CLI) utility [opair](https://github.com/Optable/optable-pair-cli) uses
these APIs to enable any users of the tool to perform secure ID matches with a
DCN partner.

## Installation
Download Google's Protocol Buffers compiler `protoc` and make sure it's available in your PATH. You can download it
[here](https://developers.google.com/protocol-buffers/docs/downloads), or follow the installation instruction
Download Google's Protocol Buffers compiler `protoc` and make sure it's
available in your PATH. You can download it
[here](https://developers.google.com/protocol-buffers/docs/downloads), or
follow the installation instruction
[here](https://grpc.io/docs/protoc-installation/).

## Build
Expand Down

0 comments on commit 1418106

Please sign in to comment.