Opensource map software for web app

This page summarizes the projects mentioned and recommended in the original post on /r/webdev

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • awesome-vector-tiles

    Awesome implementations of the Mapbox Vector Tile specification

  • You will also need to figure out your source of basemap tiles. Again, OpenStreetMap is not an API not is it a basemap, despite what some here are recommending. It is an open dataset that is commonly used to create raster or vector tile basemaps. It is possible to download all or some of OpenStreetMap, generate vector tiles, and style them to look the way you want, but that does introduce quite a bit of extra technical overhead you might not want at this stage of development. Namely, you’d need to run you own vector tile server that your mapping API can fetch and render tiles from. Many open source vector tile servers exist and it’s kind of up to you to figure out which one meets your needs. Alternatively, Mapbox and MapTiler provide SaaS support for basemaps built in part or wholly on OpenStreetMap data. Check out “Awesome Vector Tiles” for resources and tools to help get going with vector tiles. (https://github.com/mapbox/awesome-vector-tiles)

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project