Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/smatiolids/astra-vector-notebooks


https://github.com/smatiolids/astra-vector-notebooks

Last synced: 7 days ago
JSON representation

Awesome Lists containing this project

README

        

# DataStax AstraDB Vector - Jupyter Notebooks

## Security per Collection - Astra_DB_Vector_Security_for_data_access.ipynb
In this notebook, we will leverage the DevOps API to create a role with read access on a colelction, while all the other collections are denied.
Then, we generate a token for this role and used it to query the allowed and denied collections. As expected, the allowed collection is read succesfully, while we correctly received errors when querying the denied collection.