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.
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.
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.
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).
Shows how to use Rhyme to create visualization while intermixing with other regular data processing.