[N1QL] Index Management for REST API/NodeJS SDK Needed

PYTHON SDK and java SDK both has Index Management API,but NodeJS SDK and REST API don’t have Index Management API.

@atom_yang thanks for the feedback! We are gradually improving index management support across all SDKs and NodeJS will follow soon. @brett19 might be able to give you a better timeline.

In terms of the REST API there is no separate API for this, it is just handled through regular N1QL commands like CREATE INDEX or DROP INDEX.

Thank you very much.
If there is a REST API for Index Management, It will be possible that auto sync data from external datasource ( such as RDBMS), and auto create index on Couchbase base on index on RDBMS.