Would like to use a time-series database with functional programming functionalities
Does any of the time-series databases (kdb+, InfluxDB, DolphinDB, etc) offer functional programming?
Asked
Active
Viewed 664 times
2 Answers
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

Rawkode
- 21,990
- 5
- 38
- 45
0
DolphinDB fully supports functional programming. Please refer the online document at http://www.dolphindb.com/help/index.html?Chapter7FunctionalProgramming.html
DolphinDB supports:
- Named function
- Anonymous function
- Pure function
- Lambda expression
- Partial Application
- Closure
- Higher order functions including
any
,all
,each
,loop
,peach
,ploop
,eachLeft
,eachRight
,cross
,eachPre
,eachPost
,accumulate
,reduce
,call
,pcall
,moving
,roll
,groupby
,contextby
,pivotby

Davis Zhou
- 353
- 4
- 6