laravel / ideas

Issues board used for Laravel internals discussions.
939 stars 28 forks source link

More timeseries documentation / helpers #2418

Open yazeed opened 3 years ago

yazeed commented 3 years ago

Hello,

I think we need more helpers/documentation on time-series DB usage.

For example on how to add the TimescaleDB extension to Postgres tables within migrations to prepare it for use with TS. The same can be said about other time-series compatible databases (Redis, QuestDB, or InfluxDB).

Please feel free to expand on this with your ideas if you've been a time series database user with Laravel.