drsdre / yii2-rethinkdb

RethinkDB module for Yii2 based on yii2-mongodb
Other
6 stars 0 forks source link

How to query geospatial calculations ?? #1

Open hackerunet opened 8 years ago

hackerunet commented 8 years ago

I'm new in yii2-rethinkdb adaptation, as there is not enough documentation I would like to know if is possible to send reQL queries directly to rethinkdb engine to access the geospatial functions. how can I achieve this? thanks

drsdre commented 8 years ago

Hi Hackerunet,

This repository is still in it's infancy. It's forked from the Yii2-redis repo but still needs to be rewritten to connect with rethinkdb. I'm welcoming any input (pull requests) on this process.

The answer to your question is that direct queries is part of the implementation plan. Most likely the approach would be to write queries on the level of the underlying PHP rethinkdb library with added ability to handle connections through Yii2 configuration system.

Andre