Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 626 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 626 Bytes

How to Install and Deploy Inflect

Prerequisites

  • Docker version 24+
  • kubectl version 1.28+
  • Node version 20.0+ and npm version 10+
  • Have your Kafka broker URLs, Kafka API keys, and (optional) Schema Registry API keys ready

1. Clone the stream processor repository

$ git clone https://github.com/inflect-framework/stream-processor.git

2. Install npm packages

$ cd stream-processor
$ npm i

3. Run make deploy

$ make deploy