# galaxy-sdk-nodejs **Repository Path**: mirrors_XiaoMi/galaxy-sdk-nodejs ## Basic Information - **Project Name**: galaxy-sdk-nodejs - **Description**: Node.js SDK for Xiaomi Structured Datastore Service - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-26 - **Last Updated**: 2026-03-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Galaxy Node.js SDK User Guide ======================== 1. Install galaxy-sdk-nodejs locally ``` npm install . -g ``` 2. add /usr/local/lib/node_modules to NODE_PATH ``` export NODE_PATH=$NODE_PATH:/usr/local/lib/node_modules ``` 3. Run examples (you need to change the AppKey/AppSecret/endpoint in the example code) ``` node examples/basic.js (SDS) node examples/emq-example.js (EMQ) ```