🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

aind-data-access-api

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aind-data-access-api

API to interact with a few AIND databases

1.3.0
PyPI
Maintainers
1

aind-data-access-api

License Code Style semantic-release: angular

API to interact with a few AIND databases. We have two primary databases:

  • A document database (DocDB) to store unstructured JSON documents. The DocDB contains AIND metadata.
  • A relational database to store structured tables.

Installation

Basic installation:

pip install aind-data-access-api

The package includes optional features that require additional dependencies:

Document Database (DocDB)

To use the MetadataDbClient and other DocDB features:

pip install "aind-data-access-api[docdb]"

Note: The quotes are required when using zsh or other shells that interpret square brackets.

Relational Database

For RDS functionality:

pip install "aind-data-access-api[rds]"

Other Install Options

  • AWS Secrets management: pip install "aind-data-access-api[secrets]"
  • Helpers: pip install "aind-data-access-api[helpers]"
  • All features: pip install "aind-data-access-api[full]"

More information can be found at readthedocs.

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts