Skip to content

Latest commit

 

History

History
38 lines (31 loc) · 1.63 KB

README.md

File metadata and controls

38 lines (31 loc) · 1.63 KB

⚡ api-scheme

GitHub Actions Workflow Status Python package GitHub License GitHub code size in bytes

This repository contains protocol buffer files (protos) and generated code for the dejavu-project.

Overview

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.

Usage

Follow these steps to get started with the repository:

  1. Clone the repository:
git clone https://github.com/dejavu-project/api-scheme.git
  1. Create and activate a Virtual Environment:
cd api-scheme
make setup
  1. Install the dependencies:
make install
  1. Build the project:
make all

Contributing

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.

License

This project is licensed under the MIT License.