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.1.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.1-py3-none-any.whl (22.1 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: zombie_squirrel-0.15.1.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.1.tar.gz
Algorithm Hash digest
SHA256 0d2319fb68776112eb64114f6f89c74d93725b405272dd4d8a3d19d80b8272b8
MD5 d142f3b602e261476afb32e81c99f3a1
BLAKE2b-256 a9531d6869127672b96932e625970a0d54fe17249f4f21e447e35312b8b28eff

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for zombie_squirrel-0.15.1-py3-none-any.whl
Algorithm Hash digest
SHA256 f2bdeb02a3491c292c1c5cc8510bed815386202088114429af482f49b1f3278c
MD5 553f886cb773d2086d0aaf3f95ab7f24
BLAKE2b-256 65af1a41f6ac288c393ba7ae3ad9559bf56a7079803ff6cd7aa56c1426c67673

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