Ververica Platform Community Edition is an integrated, stream processing platform withApache Flink at its core. Leveraging the powerful Flink runtime, Ververica Platform enables organizations of any size to derive immediate insight from their data with high throughput and low latency.
Flink has established itself as an innovative data processing framework and a distributed processing engine for stateful computations over unbounded and bounded data streams. Ververica Platform Community Edition brings together the knowledge and experience from some of the largest and most demanding Apache Flink deployments worldwide.
Ververica Platform can be installed via Helm into any Kubernetes cluster. It is as easy as adding our Helm repository and running helm install.
$ helm repo add ververica https://charts.ververica.com
$ helm install vvp ververica/ververica-platform
In order to use Ververica Platform Community Edition, you will need to accept our Community Edition License Agreement. Please read the license agreement carefully, and afterwards, accept it by passing the corresponding flag via Helm:
$ helm install vvp ververica/ververica-platform --set acceptCommunityEditionLicense=true
Now, you can access the web user interface and the REST API with a port-forward from the Ververica Platform Kubernetes service.
$ kubectl port-forward service/vvp-ververica-platform 8080:80
Both interfaces are now available at localhost:8080
For example, in order to list all Apache Flink Deployments (initially none) via the REST API, use the following request:
$ curl localhost:8080/api/v1/namespaces/defaults/deployments -H "Accept: application/yaml"
Please check out the Ververica Platform documentation or this playground for a complete getting started guide.
Please fill out the form below and we’ll have a Ververica expert contact you. Our experts can answer questions, provide more information, and help you understand what our solutions can do for your business.
By clicking Submit you agree that your personal data submitted via this form will be processed in accordance with the Ververica Privacy Policy.
© Copyright 2022 Ververica. Privacy Policy. Imprint. Apache Flink, Flink®, Apache®, the squirrel logo, and the Apache feather logo are either registered trademarks or trademarks of The Apache Software Foundation.