想使用具有函数式编程功能的时间序列数据库
问问题
601 次
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 支持:
- 命名函数
- 匿名函数
- 纯函数
- Lambda 表达式
- 部分申请
- 关闭
- 高阶函数包括
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 回答