{"id":20446932,"url":"https://github.com/eedalong/apache-iotdb-client-csharp","last_synced_at":"2025-04-13T01:06:31.228Z","repository":{"id":41205644,"uuid":"353642294","full_name":"eedalong/Apache-IoTDB-Client-CSharp","owner":"eedalong","description":"C# client for Apache IoTDB","archived":false,"fork":false,"pushed_at":"2023-06-19T03:58:10.000Z","size":1116,"stargazers_count":39,"open_issues_count":6,"forks_count":18,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-04-13T01:06:24.726Z","etag":null,"topics":["iotdb","iotdb-client","nuget"],"latest_commit_sha":null,"homepage":"http://iotdb.apache.org/","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/eedalong.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-04-01T09:16:41.000Z","updated_at":"2024-05-23T07:02:53.000Z","dependencies_parsed_at":"2023-02-10T03:30:46.494Z","dependency_job_id":null,"html_url":"https://github.com/eedalong/Apache-IoTDB-Client-CSharp","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eedalong%2FApache-IoTDB-Client-CSharp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eedalong%2FApache-IoTDB-Client-CSharp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eedalong%2FApache-IoTDB-Client-CSharp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eedalong%2FApache-IoTDB-Client-CSharp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eedalong","download_url":"https://codeload.github.com/eedalong/Apache-IoTDB-Client-CSharp/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248650508,"owners_count":21139678,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["iotdb","iotdb-client","nuget"],"created_at":"2024-11-15T10:23:44.737Z","updated_at":"2025-04-13T01:06:31.180Z","avatar_url":"https://github.com/eedalong.png","language":"C#","readme":"\u003c!--\n\n    Licensed to the Apache Software Foundation (ASF) under one\n    or more contributor license agreements.  See the NOTICE file\n    distributed with this work for additional information\n    regarding copyright ownership.  The ASF licenses this file\n    to you under the Apache License, Version 2.0 (the\n    \"License\"); you may not use this file except in compliance\n    with the License.  You may obtain a copy of the License at\n    \n        http://www.apache.org/licenses/LICENSE-2.0\n    \n    Unless required by applicable law or agreed to in writing,\n    software distributed under the License is distributed on an\n    \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY\n    KIND, either express or implied.  See the License for the\n    specific language governing permissions and limitations\n    under the License.\n\n--\u003e\n[English](./README.md) | [中文](./README_ZH.md)\n\n# Apache IoTDB Client for C#\n\n## Overview\n\nThis is the C# client of Apache IoTDB.\n\n[Apache IoTDB](https://iotdb.apache.org) (Internet of Things Database) is a data management system for time series data, which can provide users specific services, such as, data collection, storage and analysis. Due to its light weight structure, high performance and usable features together with its seamless integration with the Hadoop and Spark ecology, IoTDB meets the requirements of massive dataset storage, high throughput data input, and complex data analysis in the industrial IoT field.\n\nApache IoTDB website: https://iotdb.apache.org\nApache IoTDB Github: https://github.com/apache/iotdb\n\n## Installation\n\n### Install from NuGet Package\n\nWe have prepared Nuget Package for C# users. Users can directly install the client through .NET CLI. [The link of our NuGet Package is here](https://www.nuget.org/packages/Apache.IoTDB/). Run the following command in the command line to complete installation\n\n```sh\ndotnet add package Apache.IoTDB\n```\n\nNote that the `Apache.IoTDB` package only supports versions greater than `.net framework 4.6.1`.(#starting-from-net-framework-4x).\n\n## Prerequisites\n\n    .NET SDK Version \u003e= 5.0 \n    .NET Framework \u003e= 4.6.1\n\n## How to Use the Client (Quick Start)\n\nUsers can refer to the test code in [tests](https://github.com/eedalong/Apache-IoTDB-Client-CSharp-UserCase) to understand the usage mode of each interface.\n\n## Developer environment requirements for iotdb-client-csharp\n\n```\n.NET SDK Version \u003e= 5.0\n.NET Framework \u003e= 4.6.1\nApacheThrift \u003e= 0.14.1\nNLog \u003e= 4.7.9\n```\n\n### OS\n\n* Linux, Macos or other unix-like OS\n* Windows+bash(WSL, cygwin, Git Bash)\n\n### Command Line Tools\n\n## Publish your own client on nuget.org\nYou can find out how to publish from this [doc](./PUBLISH.md).","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feedalong%2Fapache-iotdb-client-csharp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feedalong%2Fapache-iotdb-client-csharp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feedalong%2Fapache-iotdb-client-csharp/lists"}