schollz/find3

Import XML/JSON into database

开放

#69 创建于 2018年4月20日

 (2 条评论) (0 个反应) (0 位负责人)Go (368 个派生)github user discovery
enhancementgood first issuehacktoberfesthelp wanted

仓库指标

星标
 (4,782 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

Is it possible to add some .xml import of location data into the Find database.

Imagine that somebody map the place into his own database. It would contain Wi-Fi, accelerometer, magnetometer, gyro, LTE value etc.... And after the mapping it will be time to put the best combination of sampled data into the Find database to get better result (depends on data combination, for example it could be bad idea to put gyro there, but nobody know until get result from localization process :D ). It is slow to put each combination via http request especially if they are about 1000 samples.

The design of xml (or another file) should be similar as api/ Or it could be JSON - one insert per line (this could be the same as api)

Thanks for your interest and time Mike

贡献者指南