all-things-risingwave

Does risingwave db support manipulating geo coordinates?

Siva is inquiring about the support for manipulating geo coordinates in Risingwave db and mentions the need for geo fencing operations.

Si

Siva

Asked on Nov 18, 2023

  • Risingwave db does not have built-in support for geo fencing operations.
  • However, you can implement geo fencing functionality using User Defined Functions (UDF) in Python or Java.
  • Consider embedding the geo fencing algorithm as a UDF in Risingwave db to achieve the desired functionality.
  • Geospatial data can be handled effectively using UDFs for custom operations like geo fencing.
Nov 20, 2023Edited by