Curiosity

XKCD

Mirrors the XKCD comic feed into the workspace. Tiny on purpose — useful as a sanity check that the integration framework is wired up.

variant=info text="Web / feeds" variant=secondary text="Anonymous"

What gets ingested

Element Mapped to
Comic _WebPage (title, alt text, image URL)

Authentication

  • Type: Anonymous.

Access control mapping

  • _AccessGroup.Public.

Sync cadence

  • Default cron: every 8 hours.
  • Incremental sync: index of last-seen comic number.

Notable

  • The smallest integration in the workspace — a great minimal reference if you want to learn how to write your own IDataConnectorTask.
  • Runs through the read-only NLP pipeline so comic titles are still indexed for full-text search.