-1

Would like to use a time-series database with functional programming functionalities

Bob
  • 137
  • 2
  • 9
  • 1
    please follow these instructions while asking a question on StackOverflow: https://stackoverflow.com/help/how-to-ask – Nomi Ali Apr 15 '19 at 08:29

2 Answers2

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:

  1. Named function
  2. Anonymous function
  3. Pure function
  4. Lambda expression
  5. Partial Application
  6. Closure
  7. 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