Skip to content

sequence-sh/Core

Repository files navigation

Sequence® Core SDK

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

The foundation of Sequence is the Core SDK which allows developers to build connectors for various applications and to configure workflows called Sequences using the Sequence Configuration Language (SCL).

Core is:

  • An interpreter for the Sequence Configuration Language
  • A collection of application-independent Steps that:
    • Can be used to import/export data and structure workflows
    • Manipulate strings, e.g. Append, Concatenate, ChangeCase
    • Enforce data standards and convert between various formats through the use of Schemas
    • Create and manipulate entities (structured objects that represent data)
    • Control flow, e.g. If, ForEach, While
  • An SDK that allows developers to create Connectors for applications

Connectors are collections of Steps that are for use with a particular application. A Step is a unit of work in an application such as creating a case, ingesting data, searching or exporting data.

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.