appbaseio / reactivemaps

A data aware UI components library for building realtime maps
https://opensource.appbase.io/reactivemaps
941 stars 44 forks source link
data-components javascript maps react realtime ui ui-components web-ui

reactivemaps
Reactivemaps

UI components for building data-driven Map UIs with Elasticsearch, OpenSearch and MongoDB Atlas Search. Website 🌐

Quickstart with ReactiveMaps.


npm version Gitter npm PRs Welcome

Elasticsearch UI components for building data-driven Map UIs.

Get our designer templates for sketch.

Installation

ReactiveMaps is a complimentary library to ReactiveSearch. Map components require ReactiveSearch architecture and its root component to begin with. If you wish to build anything on reactivemaps, you’ll need to install reactivesearch along with it.

yarn add @appbaseio/reactivemaps @appbaseio/reactivesearch

Introduction

Reactivemaps allow you to connect your google-map component with your Elasticsearch cluster and also enables it to talk to other reactive components. Not just that, it enhances the development experience by efficiently integrating the streaming enhancements on the map component allowing you to build realtime apps with maps seamlessly.

Reactivemap efficiently evaluates the map centers dynamically as the map updates and it also allows you to search on the map as it is moved. All and all, Reactivemap offers a rich bundled experience of realtime maps with a simple-to-use API.

Concepts

1. Map component

ReactiveMaps provides map UI components. There are two flavors of Map components: ReactiveOpenStreetMap and ReactiveGoogleMap

2. Complimentary sensor components

Besides the sensor components from reactivesearch, reactivemap is compatible with two other pre-defined sensor components - GeoDistanceSlider and GeoDistanceDropdown. You can read more about them in the docs

Live Demos

A set of live demos inspired by real world apps, built with Reactivemaps.

Documentation

The official docs for the library are at docs.appbase.io/docs/reactivesearch/v3/overview/quickstart/.

Related tooling and projects