Skip to content

ilayaperumalg/dataflow.spring.io

 
 

Repository files navigation

Spring Data Flow Dashboard

Staging Build and Deploy Staging Check Links

Introduction

This project contains the Markdown files that get automatically generated as documentation and guides for the Spring Cloud Data Flow Microsite site.

Building

You'll need NodeJS and Yarn installed globally. Note that, for Node, you need version 10, not the latest version.

# Init
yarn install        # Install dependencies

# Linter / Prettier
yarn run lint       # Linter
yarn run fix        # Fix linting errors

# Dev
yarn start          # Run dev

# Prod
yarn build          # Run dev
yarn serve          # Serve the prod build

Contributing

We welcome contributions! All documentation for this project is written using Markdown. An example segment from our Stream Processing Getting Started Guide is shown below:

# Getting Started with Stream Processing

Spring Cloud Data Flow provides over 70 prebuilt streaming applications that you can use right away to implement common streaming use cases.
In this guide we will use two of these applications to construct a simple data pipeline that produces data sent from an external http request and consumes that data by logging the payload to the terminal.

Instructions for registering these prebuilt applications with Data Flow are provided in the [Installation guide](%currentPath%/installation/).

Q&A and issue tracking

If you have any feedback, additions, or changes to the documentation or guides, don't hesitate to add an issue.

Code of Conduct

This project is governed by the Spring Code of Conduct. By participating, you are expected to uphold this code of conduct. Please report unacceptable behavior to spring-code-of-conduct@pivotal.io.

License

The Spring Framework is released under version 2.0 of the Apache License.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 59.3%
  • CSS 39.6%
  • Other 1.1%