Skip to content

Instantly share code, notes, and snippets.

View andrewmagill's full-sized avatar

Andrew Magill andrewmagill

View GitHub Profile

Design Document

Environment

VMs

  • Main CMS portal
    • Public Facing portal
    • Admin portal (behind VPN)
  • Main API
@andrewmagill
andrewmagill / README.rst
Created July 25, 2016 21:50 — forked from mrhanlon/README.rst
Testing linking metadata together via embedded relationships instead of associationIds.

You can query against relationships using mongodb's $elemMatch syntax. E.g.,

$ metadata-list -v -Q '{"value._relationships": {"$elemMatch": {"@id": "1539251546393416166-242ac11f-0001-012"}}}'