Top 7 Go Geo Projects
-
I actually worked on a project that did this. We used a database called "Tile38" [1] which used an R-Tree to make geospatial queries speedy. It was pretty good.
Our dataset was ~150 GiB, I think? All in RAM. Took a while to start the server, as it all came off disk. Could have been faster. (It borrowed Redis's query language, and its storage was just "store the commands the recreate the DB, literally", IIRC. Dead simple, but a lot of slack/wasted space there.)
Overall not a bad database. Latency serving out of RAM was, as one should/would expect, very speedy!
[1]: https://tile38.com/
-
-
InfluxDB
Access the most powerful time series database as a service. Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.
-
-
go-staticmaps
A go (golang) library and command line tool to render static map images using OpenStreetMap tiles.
-
-
-
-
SonarLint
Clean code begins in your IDE with SonarLint. Up your coding game and discover issues early. SonarLint is a free plugin that helps you find & fix bugs and security issues from the moment you start writing code. Install from your favorite IDE marketplace today.
Go Geo related posts
Index
What are some of the best open-source Geo projects in Go? This list will help you:
Project | Stars | |
---|---|---|
1 | Tile38 | 8,579 |
2 | go-geom | 691 |
3 | orb | 670 |
4 | go-staticmaps | 308 |
5 | Geo2tz | 51 |
6 | go-simple-geo | 21 |
7 | go-h3geo-dist | 1 |