Giter Site home page Giter Site logo

sequence-sh / connectormanager Goto Github PK

View Code? Open in Web Editor NEW
2.0 3.0 0.0 385 KB

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

Home Page: https://sequence.sh

License: Apache License 2.0

C# 100.00%
edrm automation orchestration sequence forensics ediscovery connectors

connectormanager's Introduction

Sequence® Connector Manager

A plugins management system for Sequence and Sequence Connectors.

Connectors

All the available connectors can be found in the Connector Registry. The connector manager is set up to work with this registry by default.

Pre-release and development builds of connectors can be found in the Connector Registry Dev.

Example connectors.json

{
  "Sequence.Connectors.Nuix": {
    "id": "Sequence.Connectors.Nuix",
    "version": "0.18.0",
    "settings": {
      "exeConsolePath": "C:\\Program Files\\Nuix\\Nuix 9.0\\nuix_console.exe",
      "licencesourcetype": "dongle",
      "version": "9.0",
      "features": [
        "ANALYSIS",
        "CASE_CREATION",
        "EXPORT_ITEMS",
        "METADATA_IMPORT",
        "OCR_PROCESSING",
        "PRODUCTION_SET"
      ]
    }
  },
  "Sequence.Connectors.FileSystem": {
    "id": "Sequence.Connectors.FileSystem",
    "version": "0.18.0"
  },
  "data": {
    "id": "Sequence.Connectors.StructuredData",
    "version": "0.18.0",
    "enabled": false
  }
}

Packaging Projects as Connectors

For a nuget package to be compatible with Core, all the dependencies need to be included. To do this, add this to your csproj file:

  <PropertyGroup Condition="$(PackConnector) != ''">
    <CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
  </PropertyGroup>

  <Target Name="AddConnectorDependencies"
          BeforeTargets="GenerateNuspec"
          Condition="$(PackConnector) != ''">
    <ItemGroup>
      <_PackageFiles
        Include="@(RuntimeCopyLocalItems)"
        PackagePath="$(BuildOutputTargetFolder)/$(TargetFramework)/%(Filename)%(Extension)" />
    </ItemGroup>
  </Target>

Then package the connector using:

dotnet pack --configuration Release --version-suffix "-alpha.1" -p:PackConnector=true --output ./

Connector Directory Structure

Everything in these nuget package directories will be extracted to the connector's root directory, preserving any subdirectories:

  • lib/net6.0/
  • contentFiles/any/any/

All other files will be extracted to their respective paths.

Testing

The ConnectorRegistry is integration tested against the nuget feed of this project.

Documentation

Documentation available at https://sequence.sh

Releases

Can be downloaded from the Releases page.

NuGet Packages

Release builds are available on nuget.org.

connectormanager's People

Contributors

antonyoni avatar wainwrightmark avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.