Skip to content

senzing-garage/sz-sdk-proto

Repository files navigation

sz-sdk-proto

If you are beginning your journey with [Senzing], please start with [Senzing Quick Start guides].

You are in the [Senzing Garage] where projects are "tinkered" on. Although this GitHub repository may help you understand an approach to using Senzing, it's not considered to be "production ready" and is not considered to be part of the Senzing product. Heck, it may not even be appropriate for your application of Senzing!

Synopsis

⚠️ This is a work-in-progress. Feel free to comment on it, but do not use it in production, yet. ⚠️

The repository for Senzing's Protocol Buffer .proto files. It also contains code generated by protoc for use in servers and clients of the Senzing engine.

Overview

Expectations

  • Background knowledge: This repository assumes a working knowledge of:

Generated source code

  1. cpp
  2. go
  3. java
  4. php
  5. python
  6. ruby

References

  1. Development
  2. Errors
  3. Package reference
  4. Protocol Buffers Overview
    1. Language Guide for proto3
  5. Protocol buffers
  6. protoc man page
  7. gPRC
    1. Introduction to gRPC