teo-tsirpanis / TileDB-CSharp

CSharp API for TileDB

Home Page:https://tiledb-inc.github.io/TileDB-CSharp/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Licensed under the MIT License NuGet Test

TileDB-CSharp

This repository contains the official C# bindings of the TileDB Embedded storage engine. See more information in the README of the library project.

Install

The library is available on NuGet.

Build

cd sources/TileDB.CSharp
dotnet build -c Release

Test

cd tests/TileDB.CSharp.Test
dotnet test -c Release

Old version

The SWIG-based 2.x version of this codebase is available in the archive branch.

About

CSharp API for TileDB

https://tiledb-inc.github.io/TileDB-CSharp/

License:MIT License


Languages

Language:C# 97.9%Language:Jupyter Notebook 2.1%