-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Javascript API #1
Comments
+1 from Vitessce team as well. Would be fantastic if it could be demonstrated that the C++ implementation could be compiled to WebAssembly and called by JS running in a browser to access data via HTTP. |
I also understand that the initial goal is to focus on the TileDB backend for the API. It would also be important to demonstrate (perhaps in the secondary draft if not the initial draft) that the initial API is flexible enough to be integrated with more than one backend, for instance with "dumber" backends like HDF5 files and Zarr stores. |
tiledb has javascript API now, it is possible to use it on |
Can you point me to the tiledb JavaScript API? I dont see JavaScript listed at https://docs.tiledb.com/main/how-to/installation/usage |
I was passing along information form others, I'm re opening and will follow up with you once I have sufficient information for you. |
TileDB-SOMA is the first implementation of SOMA. It is build atop TileDB-core c++, and it provides a Python and R API. TileDB-Cloud has a library for NodeJS, but currently there are no proxies of TileDB-Cloud with TileDB-SOMA and therefore no support for it. I'll leave this issue open. |
@ivirshup identifies value in javascript API bindings:
The text was updated successfully, but these errors were encountered: