schollz / find

High-precision indoor positioning framework for most wifi-enabled devices.
https://www.internalpositioning.com/
GNU Affero General Public License v3.0
5.05k stars 368 forks source link

Accessing database content #165

Open cdmarioe opened 7 years ago

cdmarioe commented 7 years ago

Hi guys, I have been testing Find running on docker and it's work great, but i would like to know if it's possible, where FIND stores data of the devices..if i can access through mysql....Thank you so much, and sorry for my english....

schollz commented 7 years ago

You cannot access through mysql. The database is a Bolt database. You can export it with FIND as JSON. Download the DB and then find -dump GROUPNAME.

cdmarioe commented 7 years ago

Any other way to watch the content?

schollz commented 7 years ago

Yes, you can access it with Bolt tools, see https://github.com/boltdb/boltd