Rhyme Language

Introducing the Rhyme Language API and its various alternative frontends and how to intermix them.

JSON API is (currently) the primary API for Rhyme. It is the most expressive API right now. Please note that the documentation are under active development and may not be complete.


JSON API

The JSON API is the most basic API for Rhyme. It is a simple JSON-based API where users can express Rhyme queries using JSON.

Pipe API

Alternative pipe API, especially designed for cases where the query is more easily expressed as a series of transformations on the input instead of expressing based on the output structure (as in the JSON API).

Graphics

Shows how to use Rhyme to create visualization while intermixing with other regular data processing.

Last modified December 12, 2023: clean up and removing some boilerplate (0bfd29c)