Streamsets MongoDB Destinations Use

Source: Internet
Author: User
Tags redis streamsets

Testing integrates the directory (Excel) and Redis && field splitter components

Pipeline flow

Docker-compose Configuration

Redis Services && Streamsets

version: "3"services:   sets:     image: streamsets/datacollector      volumes:     - "./ms/data:/data"     - "./ms/logs:/logs"     - "./ms/tmp:/tmp"     ports:     - "8000:8000"     - "18630:18630"   redis:     image: redis     ports:     - "6379:6379"   mongodb:     image: mongo     ports:     - "27017:27017"
Directory Configuration

Reference https://www.cnblogs.com/rongfengliang/p/9509467.html uses Excel format
Excel format

Field Splitter

Add Expression Evaluator Configuration

Add a crud Header

MongoDB Configuration

Run && Effect
    • Run
    • Mongodb
Resources

Https://streamsets.com/documentation/datacollector/latest/help/datacollector/UserGuide/Destinations/Redis.html #concept_ktc_gw2_gw
Https://github.com/rongfengliang/streamsets-demos

Streamsets MongoDB Destinations Use

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.