Follow these simple steps to get GeoSign up and running!
Ensure you have the following installed:
- Rust 1.8+
- Docker 24.0+
First, download the latest Qdrant image from Dockerhub:
docker pull qdrant/qdrant
Then, start the service:
docker run -p 6333:6333 -p 6334:6334 \
-v $(pwd)/qdrant_storage:/qdrant/storage:z \
qdrant/qdrant
Clone the repository and build the project:
git clone https://github.com/fadimanakilci/geosign.git
cd geosign
Start the application with:
cargo run main
To view the JSON data, open your browser and go to:
http://127.0.0.1:8080/locations
This page displays the response data retrieved from Qdrant.
To view locations within a radius on a map, navigate to:
This page shows the locations displayed as markers on a Leaflet map.
We’d love your help in making Custom Message Broker even better! Here’s how you can contribute:
- Fork the repository to your own GitHub account.
- Create a branch for your feature: git checkout -b feature/AmazingFeature.
- Commit your changes: git commit -m 'Add some AmazingFeature'.
- Push to your branch: git push origin feature/AmazingFeature.
- Open a Pull Request and let’s make this broker even more awesome together!
This project is licensed under the MIT License – see the LICENSE file for details.