tree: 26c80f5326454b9e00edb1497ccc503d1bc75616
  1. development/
  2. COLUMNCATEGORY_USAGE.md
  3. data-types.md
  4. DOCUMENTATION_REVIEW_COMPLETE.md
  5. DOCUMENTATION_SUMMARY_ZH.md
  6. implementation.md
  7. nodejs-vs-java-analysis.md
  8. performance-guide.md
  9. PERFORMANCE_INDEX.md
  10. pg-inspired-optimizations.md
  11. plan.md
  12. project-status.md
  13. README.md
  14. redirection-design.md
  15. sessiondataset-guide.md
  16. tablet-interfaces.md
  17. thrift.md
  18. typescript-examples.md
  19. user-guide-table-zh.md
  20. user-guide-table.md
  21. user-guide-tree-zh.md
  22. user-guide-tree.md
docs/README.md

Documentation Index

This directory contains comprehensive documentation for the Apache IoTDB Node.js client.

๐Ÿ“š Documentation Categories

๐Ÿ“‹ Documentation Overview

Getting Started

API & Usage

User Guides

  • Tree Model (Timeseries)
  • Table Model (Relational)

Performance & Optimization

Development

Project Information

๐Ÿ”— Quick Links

For Users

For Contributors

For Developers

๐Ÿ“– Documentation Structure

docs/
โ”œโ”€โ”€ README.md                          # This file
โ”œโ”€โ”€ implementation.md                  # Architecture & implementation
โ”œโ”€โ”€ data-types.md                      # Data type reference
โ”œโ”€โ”€ typescript-examples.md             # TypeScript usage
โ”œโ”€โ”€ thrift.md                          # Thrift generation
โ”œโ”€โ”€ sessiondataset-guide.md            # Query result handling
โ”œโ”€โ”€ tablet-interfaces.md               # TreeTablet vs TableTablet
โ”œโ”€โ”€ COLUMNCATEGORY_USAGE.md            # Column categories
โ”œโ”€โ”€ performance-guide.md               # Performance optimization guide
โ”œโ”€โ”€ pg-inspired-optimizations.md       # pg nodejs patterns implementation
โ”œโ”€โ”€ redirection-design.md              # Client-side redirection
โ”œโ”€โ”€ user-guide-tree.md                 # Tree model guide (EN)
โ”œโ”€โ”€ user-guide-tree-zh.md              # Tree model guide (ไธญๆ–‡)
โ”œโ”€โ”€ user-guide-table.md                # Table model guide (EN)
โ”œโ”€โ”€ user-guide-table-zh.md             # Table model guide (ไธญๆ–‡)
โ”œโ”€โ”€ project-status.md                  # Project status
โ”œโ”€โ”€ plan.md                            # Project planning
โ””โ”€โ”€ development/                       # Development guides
    โ”œโ”€โ”€ build-infrastructure.md
    โ”œโ”€โ”€ debugging-e2e.md
    โ””โ”€โ”€ test-database.md

Root level summaries:
โ”œโ”€โ”€ PERFORMANCE_ANALYSIS_SUMMARY.md    # Pool optimization testing analysis
โ”œโ”€โ”€ E2E_TEST_STATUS.md                 # E2E testing status
โ””โ”€โ”€ TABLET_REFACTORING_SUMMARY.md      # Tablet interface changes

๐Ÿš€ Additional Resources

๐Ÿ“ Contributing to Documentation

Found an error or want to improve the documentation? Please:

  1. Check our Contributing Guidelines
  2. Open an issue or submit a pull request
  3. Follow the documentation style guide (keep it clear, concise, and helpful)

Last Updated: 2026-02-03