Skip to content

hibernating-rhinos/rhino-etl

 
 

Repository files navigation

RhinoETL

Rhino Etl is a simple Extract, transform and load library for .NET.

Help

There is a current call for additional maintainers due to recent changes in my job stack that has kept me away from this.

Resources

Building

In order to build this project, you need to execute the psake build script from the PowerShell console. You do this using the following command from the root project directory:

.\psake.ps1 default.ps1

You may need to allow script execution by running the following command as adminstrator:

Set-ExecutionPolicy unrestricted

Also note that the build script assume that you have git.exe on your path.

Running the tests requires access to a database called 'test' on the default instance of SQL Server

Releases

1.4.0

1.3.1

1.2.6

1.2.5

1.2.4

1.2.3

Packages

No packages published

Languages

  • C# 91.7%
  • PowerShell 4.6%
  • XSLT 2.4%
  • Boo 1.3%