Website | Docs | API Docs | Community Slack
This project contains the source code of the C# Kinetica API.
The documentation can be found at https://docs.kinetica.com/7.2/. The API-specific documentation can be found at:
For changes to the client-side API, please refer to CHANGELOG.md. For changes to Kinetica functions, please refer to CHANGELOG-FUNCTIONS.md.
The C# API requires the Json.NET package:
https://www.newtonsoft.com/json
Building the API within Visual Studio is a simple process:
Open the NuGet Package Manager Console, under Tools > NuGet Package Manager > Package Manager Console
At the command prompt, install the Json.NET package:
install-package Newtonsoft.Json
Use Visual Studio to compile the API.
For bugs, please submit an issue on Github.
For support, you can post on
stackoverflow under the
kinetica
tag or
Slack.
- Ask a question on Slack: Slack
- Follow on GitHub: Follow @kineticadb
- Email us: [email protected]
- Visit: https://www.kinetica.com/contact/