In memory InfluxDB

Hello. Is there a possibility to run InfluxDB as “in memory” database, so it does not store data in files, but keeps it in memory, may be something similar to Java HSQLDB in-memory tables? For my use case it is not critical that the data is safe, but I need good performance for relatively small datasets. Thanks!

One way to do this would simply be to use a RAMdisk. Influx thinks it’s
writing to disk; you know it’s kept in RAM.

Antony.