Ecosystem website for Apache Flink: https://flink-packages.org
https://docs.google.com/document/d/12oCItoLbKrLGuwEUFcCfigezIR2hW3925j1hh3kGp4A/edit#
You will need a github client_id and secret to use any part of this project
that requires authentication.
To create a github app, to go Github -> Settings -> Developer Settings -> OAuth Apps
You will also need docker to run the project.
-
Clone the repo
-
Run
npm install -
Run
docker-compose up -dThis will create the database, populate it with some dummy data, and start the local server on port 3000. -
Copy
.env.exampleto.envand replace the values with your ownclient_idandsecretfrom your github developer settings.