kineticadb / kinetica-api-cs

Client-side C# API for Kinetica

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kinetica Logo

Kinetica C# API

Overview

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.

Requirements

The C# API requires the Json.NET package:

https://www.newtonsoft.com/json

Building the API on Windows

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.

Support

For bugs, please submit an issue on Github.

For support, you can post on stackoverflow under the kinetica tag or Slack.

Contact Us

About

Client-side C# API for Kinetica

License:MIT License


Languages

Language:C# 100.0%