This repository contains protocol buffer files (protos) and generated code for the dejavu-project.
The api-scheme Repository serves as a central location for all protocol buffer files and generated code related to the dejavu-project. Protocol buffers are a language-neutral, platform-neutral, extensible mechanism for serializing structured data, making them an ideal choice for defining APIs in microservice architectures.
Follow these steps to get started with the repository:
- Clone the repository:
git clone https://github.com/dejavu-project/api-scheme.git
- Create and activate a Virtual Environment:
cd api-scheme
make setup
- Install the dependencies:
make install
- Build the project:
make all
Contributions to the API Scheme Repository are welcome! If you have suggestions for improvements, bug fixes, or new features, please feel free to open an issue or submit a pull request. See our contribution guidelines for more information.
This project is licensed under the MIT License.