Test JSON SQL Semantic Scholar

Test JSON SQL primitives with semantic-scholar output

bdambrosio cf26e3e 2 files · 3.9 KB Updated

File contents

test-json-sql-semantic-scholar

Tests JSON SQL primitives (project, pluck, filter-structured, sort) with real semantic-scholar output.

What it tests

  • semantic-scholar returns Collection of paper Notes
  • project extracts metadata.title, metadata.year, metadata.citations
  • pluck extracts first title
  • filter-structured filters by metadata.citations > 0
  • sort orders by metadata.citations descending

bdambrosio/cognitive_workbench/tree/main/src/saved_plans/test-json-sql-semantic-scholar commit cf26e3e452

Frequently asked questions

npx skillmds@latest add bdambrosio/test-json-sql-semantic-scholar