Difference between revisions of "Truxton SDK"
Jump to navigation
Jump to search
| Line 3: | Line 3: | ||
* [[Truxton C API]] - This exposes Truxton to the [https://en.wikipedia.org/wiki/C_(programming_language) C] programming language. | * [[Truxton C API]] - This exposes Truxton to the [https://en.wikipedia.org/wiki/C_(programming_language) C] programming language. | ||
* [[Truxton.ETL Managed API]] - This provides Truxton capability to managed languages like [https://en.wikipedia.org/wiki/C_Sharp_(programming_language) C#]. | * [[Truxton.ETL Managed API]] - This provides Truxton capability to managed languages like [https://en.wikipedia.org/wiki/C_Sharp_(programming_language) C#]. | ||
| − | * [[Truxton .NET Core]] - Truxton | + | * [[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. Start here if you want to make a Truxton ETL in [https://en.wikipedia.org/wiki/C_Sharp_(programming_language) C#]. |
* [[Python]] - This gives [https://www.python.org/ Python] Truxton capability. | * [[Python]] - This gives [https://www.python.org/ Python] Truxton capability. | ||
Revision as of 13:01, 16 November 2020
The Truxton SDK is presented in several different languages depending on your needs.
- Truxton C API - This exposes Truxton to the C programming language.
- Truxton.ETL Managed API - This provides Truxton capability to managed languages like C#.
- Truxton .NET Core - Truxton .NET Core builds upon the Truxton.ETL Managed API and introduces dotnet core features like dependency injection, configuration and idiomatic message consumer patterns. Start here if you want to make a Truxton ETL in C#.
- Python - This gives Python Truxton capability.