-1

想使用具有函数式编程功能的时间序列数据库

4

2 回答 2

1

InfluxDB has support for Flux

https://docs.influxdata.com/flux/v0.24/

The long term plan for Flux is to be data source agnostic and work is ongoing for Prometheus support too

于 2019-04-18T10:32:26.817 回答
0

DolphinDB 完全支持函数式编程。请参阅http://www.dolphindb.com/help/index.html?Chapter7FunctionalProgramming.html上的在线文档

DolphinDB 支持:

  1. 命名函数
  2. 匿名函数
  3. 纯函数
  4. Lambda 表达式
  5. 部分申请
  6. 关闭
  7. 高阶函数包括any, all, each, loop, peach, ploop, eachLeft, eachRight, cross, eachPre, eachPost, accumulate, reduce, call, pcall, moving, roll, groupby, contextby,pivotby
于 2019-04-23T17:28:24.610 回答