Skip to content

fuslab/fusionlab.github.io

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

github pages

FusionDB Dashboard

Introduction

This project contains the Markdown files that get automatically generated as documentation and guides for the FusionDB site.

Notes: FusionDB official website is based on the dataflow.spring.io project, copyright belongs to the Spring Cloud Data Flow series products.

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/).

Debugging

See debugging-the-build-process.md

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 Code of Conduct. By participating, you are expected to uphold this code of conduct. Please report unacceptable behavior to [email protected].

License

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

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 60.4%
  • CSS 38.2%
  • Other 1.4%