3D-Beacons / 3d-beacons-client

Implementation of the 3D-Beacons client (local 3D model server)
Apache License 2.0
3 stars 6 forks source link

Add local search facilities #39

Open sillitoe opened 2 years ago

sillitoe commented 2 years ago

It would be useful to provide search facilities as part of the 3d-beacons-client implementation. Hopefully this would just be a case of exposing the search facilities inherent in the backend data storage later (ie MongoDB, or possibly add ElasticSearch as well?).

huiwenke commented 1 year ago

You can take a look on MineProt (https://github.com/huiwenke/MineProt), which uses ElasticSearch as search engine. Currently we are adding toolkit functions of transforming MineProt repo to 3d-beacons-client model preparation.