sequence-sh / SingerConnector

This repository is a mirror of https://gitlab.com/sequence/connectors/singer

Home Page:https://sequence.sh

Repository from Github https://github.comsequence-sh/SingerConnectorRepository from Github https://github.comsequence-sh/SingerConnector

Sequence Singer Connector

Sequence® is a collection of libraries for automation of cross-application e-discovery and forensic workflows.

This connector allows Sequence to act as a Singer target, converting data that stream from Singer taps into entities.

Steps

Step Description Result Type
FromSinger Convert data streaming from Singer into entities for use in Sequence. Array<Entity>

Examples

To stream data from Slack into Sequence:

tap-slack --config C:\Singer\slack.config --catalog C:\Singer\catalog.json |
    .\sequence run scl "ReadStandardIn | FromSinger handlestate: (<>=>DoNothing) | Foreach (log <>['name'])"

Documentation

https://sequence.sh

Download

https://sequence.sh/download

Try SCL and Core

https://sequence.sh/playground

Package Releases

Can be downloaded from the Releases page.

NuGet Packages

Release nuget packages are available from nuget.org.

About

This repository is a mirror of https://gitlab.com/sequence/connectors/singer

https://sequence.sh

License:Apache License 2.0


Languages

Language:C# 100.0%