Skip to content

Latest commit

 

History

History

examples

Observable Framework examples

First: Get started with Observable Framework

This repository shows different flavors and features of what you can build with Framework:

  • API — Millions of API requests, stored in Arrow format, are analyzed in a report. [code] [live project]
  • Chess — A data loader that retrieves several large zip files from the FIDE, extracts information about the top 10 players, and displays a rank chart. [code] [live project]
  • EIA — JavaScript data loaders retrieve hourly data from the U.S. Energy Information Administration API to produce a map and time series charts. [code] [live project]
  • Google analytics — Load data from the G.A. API and analyze your website’s traffic. [code] [live project]
  • Hello, world! — A minimal test. [code] [live project]
  • Plot — TypeScript data loaders that access metadata from the Observable Plot Github repo. [code] [live project]
  • Mortgage rates — A small dashboard reproducing Freddie Mac’s historic mortgage rates dashboard. [code] [live project][interactive version]
  • Penguin classification — In a Python data loader, we use logistic regression to predict penguin species based on body size measurements. [code] [live project]