You can start by getting to know us.
Basic concepts and manuals: http://iotdb .apache.org/UserGuide/Master/Data-Concept/Data-Model-and-Terminology.html
Design documents before 0.10: http://iotdb.apache.org/SystemDesign/Architecture/Architecture. html
Design documents and work records after 0.11: https://cwiki.apache.org/confluence/display /IOTDB/Home
How to debug IoTDB server: https://my.oschina.net/u/3664598/blog/ 4500279
Getting started issue (easy-fix):
Use the issue booklet: Discussion: https://github.com/apache/iotdb/discussions
Code modifications and discussions can be submitted to Jira issues: https://issues.apache.org/ jira/projects/IOTDB/issues
Getting Started Tutorial: https://my.oschina.net/u/3664598?tab =newest&catalogId=0
In the process of using IoTDB, if you find any problems or have any new ideas, you can participate in the community building of IoTDB through the Apache mailing list, QQ group, and WeChat group.
Apache IoTDB chat group: 659990460
Add friends qinchuqing or tietouqiao and we will invite you to join the group.
Official account content: including IoTDB usage tutorials, source code analysis, practical cases, community activities, etc. Welcome to contribute!
How to follow: Search Apache-IoTDB on WeChat, or scan the QR code below to follow us.
If you are using IoTDB, you are welcome to share your experience using IoTDB in this survey. We look forward to your participation.
If you have any new features you would like IoTDB to support, improvements you would like IoTDB to improve, or if you find a bug, you are welcome to file an issue on Jira or Github.
All IoTDB official website content is in the docs in the project root directory:
The correspondence between the official website user manual version and branch:
Precautions:
● Images in Markdown can be uploaded to thulab/iotdb#543 for url
You can go to jira to get an existing issue or create an issue yourself and get it, comment that I can do this issue.
● Fork a branch from the iotdb repository to your own repository to start work, clone it locally and set the upstream to the apache/iotdb repository.
● Enter the root directory of iotdb, pull the latest master branch, and cut a new branch from master. The branch name is determined according to the function of this branch, generally called f_new_feature (such as f_storage_engine) or fix_bug (such as fix_query_cache_bug)
● Modify the code and add test cases (unit test, integration test)
Note: In order for your id to show up in the contributor list, don't forget to set the following: