Difference between revisions of "Truxton SDK"

From truxwiki.com
Jump to navigation Jump to search
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
The Truxton SDK is presented in several different languages depending on your needs.
 
The Truxton SDK is presented in several different languages depending on your needs.
  
* [[Truxton C API]]
+
* [[Truxton C API]] - This exposes Truxton to the [https://en.wikipedia.org/wiki/C_(programming_language) C] programming language.
* [[Truxton.ETL Managed API]]
+
* [[Truxton .NET Core]] - Truxton .NET Core builds upon the [[Truxton.ETL Managed API]] and introduces [https://en.wikipedia.org/wiki/.NET_Core dotnet core] features like dependency injection, configuration and idiomatic message consumer patterns. It is recommended to use this SDK for most [https://en.wikipedia.org/wiki/C_Sharp_(programming_language) C#] ETLs.
* [[Python]]
+
* [[Python]] - This gives [https://www.python.org/ Python] Truxton capability.

Latest revision as of 05:55, 12 September 2024

The Truxton SDK is presented in several different languages depending on your needs.