Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ververica/flink-ecosystem
Ecosystem website for Apache Flink
https://github.com/ververica/flink-ecosystem
flink
Last synced: 2 months ago
JSON representation
Ecosystem website for Apache Flink
- Host: GitHub
- URL: https://github.com/ververica/flink-ecosystem
- Owner: ververica
- License: apache-2.0
- Created: 2019-04-09T09:54:10.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-01-22T19:22:04.000Z (12 months ago)
- Last Synced: 2024-01-22T22:12:24.513Z (12 months ago)
- Topics: flink
- Language: TypeScript
- Size: 2.55 MB
- Stars: 11
- Watchers: 34
- Forks: 14
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Flink Ecosystem
Ecosystem website for Apache Flink: https://flink-packages.org
[![Build Status](https://travis-ci.com/ververica/flink-ecosystem.svg?branch=master)](https://travis-ci.com/ververica/flink-ecosystem)
# Design document
https://docs.google.com/document/d/12oCItoLbKrLGuwEUFcCfigezIR2hW3925j1hh3kGp4A/edit#
---
## How to run locally.
### Prerequisites
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.
### Running the dev server
- Clone the repo
- Run `npm install`
- Run `docker-compose up -d`
This will create the database, populate it with some dummy data, and start the local server on port 3000.- Copy `.env.example` to `.env` and replace the values with your own `client_id` and `secret` from your github developer settings.