Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试使用 REST json API 将各种 Socrata 数据集中的数据提取到分析架构中。我想找到一种方法来让自上次请求以来新数据放入数据集中。
我目前的计划是将 $order 和 $where 与其中一个日期字段一起使用,然后每 24 小时从最后一天拉出一个过滤集。
是否有使用某些数据数学的方法示例,或者是否有更好的方法可以让我获得自上次查询以来的最新数据?
感谢您的帮助。