pourover

A library for simple, fast filtering and sorting of large collections in the browser. There is a community-maintained fork that addresses a handful of post-NYT issues available via @hhsnopek's https://github.com/hhsnopek/pourover

  • 所有者: nytimes/pourover
  • 平台:
  • 许可证: Other
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

PourOver is a library for simple, fast filtering and sorting of large collections -- think 100,000s of items -- in the browser. It allows you to build data-exploration apps and archives that run at 60fps, that don't have to to wait for a database call to render query results.

PourOver is built around the ideal of simple queries that can be arbitrarily composed with each other, without having to recalculate their results. You can union, intersect, and difference queries. PourOver will remember how your queries were constructed and can smartly update them when items are added or modified. You also get useful features like collections that buffer their information periodically, views that page and cache, fast sorting, and much, much more.

Visit the PourOver homepage on Github pages for more info.

Examples in the Wild

PourOver was created by the Interactive News group at the New York Times, and open-sourced in 2014. We actively use it in production across a number of projects, including:

  • Live Blogs
  • Red Carpet Project
  • plus a number of internal admin tools that allow newsroom staff to edit and sort large collections of items.

Maintenance and Upkeep

PourOver is in active, daily use in the newsroom. As we make bugfixes and enhancements in the course of our NYT work, we'll push them into this repo.

We welcome suggestions and feedback via issues or pull requests, but a stable build and consistent API for internal NYT use is our primary goal. We recognize that this may not accommodate all community uses or interests.

Contributor @hhsnopek has created a community fork here intended for a broader developer audience.

Dependencies

Underscore.js is the only dependency.
Optionally, you may use Lo-dash instead of underscore.

Browser Support

PourOver should work in any browser that underscore works in.
It has been tested in:

  • IE7+
  • Firefox 4+
  • Safari 5+
  • Opera 9+
  • Chrome 1+

主要指标

概览
名称与所有者nytimes/pourover
主编程语言JavaScript
编程语言CSS (语言数: 4)
平台
许可证Other
所有者活动
创建于2014-04-15 15:51:06
推送于2015-12-16 08:13:09
最后一次提交2015-10-06 20:35:44
发布数0
用户参与
星数2.4k
关注者数72
派生数116
提交数59
已启用问题?
问题数36
打开的问题数5
拉请求数16
打开的拉请求数2
关闭的拉请求数12
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?