Get a DemoTechnical Blog
Introduction
Sift's data model
API Docs
Authentication
Client Libraries
gRPC
Compiling Protobuf
Compilation
Protocol Buffers
REST
Rule Evaluation
Ingestion
Glossary
API DocsgRPC

Compiling Protobuf Overview

While there are multiple methods for compiling protocol buffers, this guide focuses on using buf. Prerequisites:

  • Install the buf cli
  • Clone Sift's Github repository to access the protocol buffers locally

Protocol buffers are located in the protos subdirectory. Once these prerequisites are met, proceed to the next section for compilation instructions.

Previous

gRPC API

Next

Compilation