{"id":22096880,"url":"https://github.com/streamnative/pulsar-io-iotdb","last_synced_at":"2025-07-24T22:32:32.308Z","repository":{"id":42977750,"uuid":"361375851","full_name":"streamnative/pulsar-io-iotdb","owner":"streamnative","description":"Data sink connector for IoTDB(https://github.com/apache/iotdb)","archived":false,"fork":false,"pushed_at":"2023-07-24T23:46:52.000Z","size":40,"stargazers_count":4,"open_issues_count":4,"forks_count":3,"subscribers_count":7,"default_branch":"master","last_synced_at":"2024-04-15T23:01:01.441Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","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/streamnative.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":".github/CODEOWNERS","security":null,"support":null}},"created_at":"2021-04-25T08:44:49.000Z","updated_at":"2024-04-15T23:01:01.442Z","dependencies_parsed_at":"2023-01-25T17:30:32.485Z","dependency_job_id":null,"html_url":"https://github.com/streamnative/pulsar-io-iotdb","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":"streamnative/pulsar-io-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/streamnative%2Fpulsar-io-iotdb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/streamnative%2Fpulsar-io-iotdb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/streamnative%2Fpulsar-io-iotdb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/streamnative%2Fpulsar-io-iotdb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/streamnative","download_url":"https://codeload.github.com/streamnative/pulsar-io-iotdb/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":227482463,"owners_count":17779968,"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":[],"created_at":"2024-12-01T04:13:07.850Z","updated_at":"2024-12-01T04:13:08.594Z","avatar_url":"https://github.com/streamnative.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"---\nid: io-iotdb-sink\ntitle: IoTDB sink connector\nsidebar_label: IoTDB sink connector\n---\n\nThe IoTDB sink connector pulls messages from Pulsar topics\nand persists the messages to IoTDB.\n\n\n## Configuration\n\nThe configuration of the IoTDB sink connector has the following properties.\n\n### Property\n\n#### IoTDBConfig\n| Name | Type|Required | Default | Description\n|------|----------|----------|---------|-------------|\n| `host` |String| true|\" \" (empty string) | The user of the IoTDB instance. |\n| `port` |int| true|0| The port of the IoTDB instance. |\n| `username` | String|true| \" \" (empty string) |The username used to authenticate to IoTDB. |\n| `password` | String| true|\" \" (empty string)  | The password used to authenticate to IoTDB. |\n| `storageGroup` |String| true | \" \" (empty string)| The IoTDB storage group to which write messages. |\n| `flushIntervalMs` |int|false| 3000 |   The IoTDB operation time in milliseconds. |\n| `batchSize` | int|false|100| The batch size of writing to IoTDB. |\n\n### Example\nBefore using the IoTDB sink connector, you need to create a configuration file through one of the following methods.\n\n* JSON\n    ```json\n    {\n        \"host\": \"127.0.0.1\",\n        \"port\": 6667,\n        \"user\": \"root\",\n        \"password\": \"root\",\n        \"batchSize\": 2,\n        \"storageGroup\": \"root.testPulsar\"\n    }\n    ```\n\n* YAML\n    ```yaml\n    {\n        \"host\": \"127.0.0.1\",\n        \"port\": 6667,\n        \"user\": \"root\",\n        \"password\": \"root\",\n        \"batchSize\": 2,\n        \"storageGroup\": \"root.testPulsar\"\n    }\n    ```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstreamnative%2Fpulsar-io-iotdb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstreamnative%2Fpulsar-io-iotdb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstreamnative%2Fpulsar-io-iotdb/lists"}