kentkwu commented on issue #4051: URL: https://github.com/apache/arrow-adbc/issues/4051#issuecomment-4032937509
I propose publishing the Node.js Driver Manager package to npm under: - `@apache-arrow/adbc-driver-manager` There are already multiple packages under `@apache-arrow`. Currently these are build versions of the [arrow-js](https://github.com/apache/arrow-js) bindings. ```sh ❯ npm search apache-arrow | grep @apache-arrow @apache-arrow/ts https://npm.im/@apache-arrow/ts @apache-arrow/esnext-esm https://npm.im/@apache-arrow/esnext-esm ... ``` Publishing under this scope would make the relationship between Arrow and ADBC immediately clear for JS developers, and provide a clear pattern for future expansion **Note:** `@apache-arrow` is currently not a formal [npm scope](https://docs.npmjs.com/about-scopes) or organization. Formalizing this would be a separate discussion, however this would ensure `@apache-arrow/` packages are reserved for official Apache Arrow releases. I will also raise this in [arrow-js](https://github.com/apache/arrow-js) as that is where the current packages are published from. cc @kou, @lidavidm, @zeroshade -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
