Reductech.Sequence.Core
0.17.0
dotnet add package Reductech.Sequence.Core --version 0.17.0
NuGet\Install-Package Reductech.Sequence.Core -Version 0.17.0
<PackageReference Include="Reductech.Sequence.Core" Version="0.17.0" />
paket add Reductech.Sequence.Core --version 0.17.0
#r "nuget: Reductech.Sequence.Core, 0.17.0"
// Install Reductech.Sequence.Core as a Cake Addin #addin nuget:?package=Reductech.Sequence.Core&version=0.17.0 // Install Reductech.Sequence.Core as a Cake Tool #tool nuget:?package=Reductech.Sequence.Core&version=0.17.0
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
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.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
-
net6.0
- Antlr4.Runtime.Standard (>= 4.10.1)
- Antlr4BuildTasks (>= 11.1.0)
- CSharpFunctionalExtensions (>= 2.33.2)
- Generator.Equals (>= 2.4.0)
- JsonSchema.Net (>= 3.2.0)
- Microsoft.Extensions.Configuration.Abstractions (>= 6.0.0)
- Microsoft.Extensions.Logging (>= 6.0.0)
- Microsoft.Extensions.Logging.Abstractions (>= 6.0.1)
- Namotion.Reflection (>= 2.0.10)
- OneOf (>= 3.0.223)
- Reductech.Sequence.ConnectorManager.Base (>= 0.10.0)
- RestSharp (>= 108.0.1)
- System.Linq.Async (>= 6.0.1)
NuGet packages (13)
Showing the top 5 NuGet packages that depend on Reductech.Sequence.Core:
Package | Downloads |
---|---|
Reductech.Sequence.Core.TestHarness
Class library for automatically testing Sequence® Core steps. |
|
Reductech.Sequence.Connectors.FileSystem
Sequence® Connector with steps to interact with the file system. |
|
Reductech.Sequence.Core.LanguageServer
A language server for the Sequence Configuration Language. Uses LSP (https://microsoft.github.io/language-server-protocol) to provide advanced language completion and analysis features for editors. |
|
Reductech.Sequence.Connectors.StructuredData
Sequence® connector for automating workflows that use structured data formats - csv, concordance, json. |
|
Reductech.Sequence.Connectors.TSK
Sequence® connector for automation of The Sleuth Kit (TSK). |
GitHub repositories
This package is not used by any popular GitHub repositories.