How to paginate when I apply the "where" after getting the data?

This page summarizes the projects mentioned and recommended in the original post on /r/laravel

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • laravel-mysql-spatial

    MySQL Spatial Data Extension integration with Laravel.

  • Like /u/octarino said, do the distance filtering in the database. If you're using MySQL, give this package a try: https://github.com/grimzy/laravel-mysql-spatial. Just add a trait to the model, and you get some really useful query scopes. Or you could use the ST_DISTANCE_SPHERE() function manually in a raw where clause. The only requirement is that the location is stored i a column of type POINT (the package also makes it easy to create these in migrations).

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Efficient Distance Querying in MySQL

    1 project | /r/laravel | 9 Nov 2021
  • Laravel ready for Point() and geospatial data? (I think it isn't)

    1 project | /r/laravel | 30 Jun 2021
  • How to set model attribute values with bindings?

    1 project | /r/laravel | 1 Jun 2021
  • Practical caching pattern in Laravel? (Need Help)

    1 project | /r/laravel | 27 May 2023
  • Pragmatic development

    6 projects | dev.to | 13 Oct 2022