Skip to main content

Generated from aind-library-template

Project description

ZOMBIE Squirrel

License Code Style semantic-release: angular Interrogate Coverage Python

Logo (image from ChatGPT)

zombie-squirrel is a set of one-line functions that handle the entire process of caching and retrieving data (and metadata) from AIND data assets.

In the background, the ZOMBIE squirrel repackages data/metadata into dataframes and stores them on S3 in a flat bucket, or in memory for testing.

Installation

pip install zombie-squirrel

Usage

Set backend

export FOREST_TYPE='S3'

Options are 'S3', 'MEMORY'.

Scurry (fetch) data

from zombie_squirrel import unique_project_names

project_names = unique_project_names()
Function Description Parameters
unique_project_names Fetch unique project names from docdb
unique_subject_ids Fetch unique subject IDs from docdb
asset_basics Fetch basic asset metadata including modalities, projects, and subject info
source_data Fetch source data references for derived records
raw_to_derived Fetch mapping of raw records to their derived records
qc Fetch QC dataframe for a single or multiple records str or list[str]
custom Store or retrieve a user-defined DataFrame by name name: str, df: pd.DataFrame (optional)

Custom acorn

The custom function allows you to store and retrieve your own user-defined DataFrames in the cache by name. This requires write authentication to the active backend.

from zombie_squirrel import custom
import pandas as pd

df = pd.DataFrame({"col": [1, 2, 3]})
custom("my_data", df)

retrieved_df = custom("my_data")

Hide all the acorns

We run a nightly capsule on Code Ocean with this code to hide all acorns (not the custom ones).

from zombie_squirrel.sync import hide_acorns
hide_acorns()

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

zombie_squirrel-0.15.0.tar.gz (22.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

zombie_squirrel-0.15.0-py3-none-any.whl (22.1 kB view details)

Uploaded Python 3

File details

Details for the file zombie_squirrel-0.15.0.tar.gz.

File metadata

  • Download URL: zombie_squirrel-0.15.0.tar.gz
  • Upload date:
  • Size: 22.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for zombie_squirrel-0.15.0.tar.gz
Algorithm Hash digest
SHA256 181785cdff408e673c011b18df26e95c7b388ad14ea36b271ed8148d9cfcce3f
MD5 0e6d042d80c0cfd7d9279c6dd0d555c1
BLAKE2b-256 466b469b955214dee41f15a4bb6b3b297f7b0fcf05f62d703103a7b242a223ce

See more details on using hashes here.

File details

Details for the file zombie_squirrel-0.15.0-py3-none-any.whl.

File metadata

File hashes

Hashes for zombie_squirrel-0.15.0-py3-none-any.whl
Algorithm Hash digest
SHA256 4dcbd342f660e445923fc7d58d2681d591481643a25184ce22b800d20305b7fd
MD5 eca4e46b34f4bd3545217bb4c3d18496
BLAKE2b-256 0a0dacdba04b7b11bc623d4e98000004525183dc03b665b0541a95c2b4b436a6

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page