百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
< 返回工具列表
P

perspective

> 编程语言
开源

一个数据可视化和分析组件,特别适用于大型和/或流式数据集。

11.1K stars0 点赞0 次浏览
访问官网GitHub

工具介绍

一个数据可视化和分析组件,特别适用于大型和/或流式数据集。




Perspective is an interactive analytics and data visualization component for large, real-time and streaming datasets. Build user-configurable reports, dashboards, notebooks and applications, backed by a high-performance streaming query engine that runs in-browser via WebAssembly or server-side in Python, Node.js and Rust — or delegates to a database you already have.
## Features - A data-reactive UI packaged as a [Custom Element](https://developer.mozilla.org/en-US/docs/Web/Web_Components/Using_custom_elements), with drag-and-drop query and layout configuration. Includes a virtual-scrolling, editable data grid, WebGL charting engine with 15+ chart types, tile-based geographic maps, full theme support, and [React](https://react.dev/) bindings. - A fast, memory-efficient streaming query engine written in C++ and compiled for [WebAssembly](https://webassembly.org/) (including a 64-bit `memory64` build for in-browser datasets larger than 4GB), [Python](https://www.python.org/) and [Rust](https://www.rust-lang.org/). Tables update incrementally and views tick in real time, with reactive joins across tables, a columnar expression language based on [ExprTK](https://github.com/ArashPartow/exprtk), and read/write/streaming support for [Apache Arrow](https://arrow.apache.org/), CSV and JSON. - A symmetric client/server architecture — the same Client API connects to an engine in-process, in a Web Worker, or remotely over WebSocket, with server bindings for Python (aiohttp, Starlette, Tornado), Node.js and Rust. Datasets can be mirrored to the browser for fluid interaction or virtualized server-side, streaming only what's visible. - Virtual servers that run Perspective's UI directly on external engines like [DuckDB](https://duckdb.org/), [ClickHouse](https://clickhouse.com/), [PostgreSQL](https://www.postgresql.org/) and [Polars](https://pola.rs/), translating view configurations into native queries — no ETL or data copy required. - A [Jupyter](https://jupyter.org/) widget built on [anywidget](https://anywidget.dev/) and a Python client library for interactive data analysis in JupyterLab and other notebook environments. ## Documentation - [Project Site](https://perspective-dev.github.io/) - [User Guide](https://perspective-dev.github.io/guide/) - JavaScript API - [`@perspective-dev/react` React Component](https://perspective-dev.github.io/react/index.html) - [`@perspective-dev/viewer` Web Component](https://perspective-dev.github.io/viewer/modules/perspective-viewer.html) - [`@perspective-dev/client` Client (Browser)](https://perspective-dev.github.io/browser/modules/src_ts_perspective.browser.ts.html) - [`@perspective-dev/client` Client (Node.js)](https://perspective-dev.github.io/node/modules/src_ts_perspective.node.ts.html) - [`@perspective-dev/client` Clickhouse Virtual Server](https://perspective-dev.github.io/browser/modules/dist_esm_virtual_servers_clickhouse.js.html) - [`@perspective-dev/client` DuckDB Virtual Server](https://perspective-dev.github.io/browser/modules/dist_esm_virtual_servers_duckdb.js.html) - Python API - [`perspective`](https://perspective-dev.github.io/python/index.html) - [`perspective.widget`](https://perspective-dev.github.io/python/perspective/widget.html) - [`perspective.handlers.aiohttp`](https://perspective-dev.github.io/python/perspective/handlers/aiohttp.html) - [`perspective.handlers.starlette`](https://perspective-dev.github.io/python/perspective/handlers/starlette.html) - [`perspective.handlers.tornado`](https://perspective-dev.github.io/python/perspective/handlers/tornado.html) - [`perspective.virtual_servers.clickhouse`](https://perspective-dev.github.io/python/perspective/virtual_servers/clickhouse.html) - [`perspective.virtual_servers.duckdb`](https://perspective-dev.github.io/python/perspective/virtual_servers/duckdb.html) - [`perspective.virtual_servers.postgres`](https://perspective-dev.github.io/python/perspective/virtual_servers/postgres.html) - Rust API - [`perspective`](https://docs.rs/perspective/latest/perspective/) ## Examples SuperstoreWorkspaceWebcam RaycastingMarketNYPD MoviesEvictionsFractal ## Media @timkpaine @timbess @sc1f @texodus @texodus

---



The Perspective project is a member of the [The OpenJS Foundation](https://openjsf.org/). Copyright [OpenJS Foundation](https://openjsf.org) and Perspective contributors. All rights reserved. The [OpenJS Foundation](https://openjsf.org) has registered trademarks and uses trademarks. For a list of trademarks of the [OpenJS Foundation](https://openjsf.org), please see our [Trademark Policy](https://trademark-policy.openjsf.org/) and [Trademark List](https://trademark-list.openjsf.org/). Trademarks and logos not indicated on the [list of OpenJS Foundation trademarks](https://trademark-list.openjsf.org) are trademarks™ or registered® trademarks of their respective holders. Use of them does not imply any affiliation with or endorsement by them. [The OpenJS Foundation](https://openjsf.org/) | [Terms of Use](https://terms-of-use.openjsf.org/) | [Privacy Policy](https://privacy-policy.openjsf.org/) | [Bylaws](https://bylaws.openjsf.org/) | [Code of Conduct](https://code-of-conduct.openjsf.org) | [Trademark Policy](https://trademark-policy.openjsf.org/) | [Trademark List](https://trademark-list.openjsf.org/) | [Cookie Policy](https://www.linuxfoundation.org/cookies/)

GitHub Issues· 0 开放

在 GitHub 查看全部

暂无开放 Issues,或尚未同步最近议题。

核心特点

  • •A data-reactive UI packaged as a
  • •A fast, memory-efficient streaming query engine written in C++ and compiled
  • •A symmetric client/server architecture — the same Client API connects to an
  • •Virtual servers that run Perspective's UI directly on external engines like
  • •A Jupyter widget built on
  • •Project Site
  • •User Guide
  • •JavaScript API
  • •@perspective-dev/react React Component
  • •@perspective-dev/viewer Web Component

> 标签

Rustanalyticsbidata-visualizationjavascript

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月17日
分类编程语言
定价开源

> 相关工具

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言