All Projects → appbaseio → Reactivemaps

appbaseio / Reactivemaps

A data aware UI components library for building realtime maps

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Reactivemaps

Containercontroller
UI Component. This is a copy swipe-panel from app: Apple Maps, Stocks. Swift version
Stars: ✭ 273 (-71.08%)
Mutual labels:  ui-components, maps
Eon Map
Realtime maps with PubNub and MapBox.
Stars: ✭ 121 (-87.18%)
Mutual labels:  realtime, maps
Eon
An open-source chart and map framework for realtime data.
Stars: ✭ 875 (-7.31%)
Mutual labels:  realtime, maps
Prunecluster
Fast and realtime marker clustering for Leaflet
Stars: ✭ 473 (-49.89%)
Mutual labels:  realtime, maps
Chat21 Ios Sdk
DEPRECATED
Stars: ✭ 15 (-98.41%)
Mutual labels:  realtime
Three.js Pathtracing Renderer
Real-time PathTracing with global illumination and progressive rendering, all on top of the Three.js WebGL framework. Click here for Live Demo: https://erichlof.github.io/THREE.js-PathTracing-Renderer/Geometry_Showcase.html
Stars: ✭ 872 (-7.63%)
Mutual labels:  realtime
Showkase
🔦 Showkase is an annotation-processor based Android library that helps you organize, discover, search and visualize Jetpack Compose UI elements
Stars: ✭ 873 (-7.52%)
Mutual labels:  ui-components
Zircleui
🚀 zircle-ui is a frontend library to develop zoomable user interfaces.
Stars: ✭ 870 (-7.84%)
Mutual labels:  ui-components
Leaflet
🍃 JavaScript library for mobile-friendly interactive maps
Stars: ✭ 32,591 (+3352.44%)
Mutual labels:  maps
Qmuidemo ios
Sample Code for QMUI iOS
Stars: ✭ 912 (-3.39%)
Mutual labels:  ui-components
Vsphere Connect
A modern vSphere Client
Stars: ✭ 14 (-98.52%)
Mutual labels:  realtime
Deepstream.io
deepstream.io server
Stars: ✭ 6,947 (+635.91%)
Mutual labels:  realtime
Spark Streaming Monitoring With Lightning
Plot live-stats as graph from ApacheSpark application using Lightning-viz
Stars: ✭ 15 (-98.41%)
Mutual labels:  realtime
Ember Perfect Scroll
Perfect scroll component as an Ember cli addon
Stars: ✭ 21 (-97.78%)
Mutual labels:  ui-components
Elm Ui
UI library for making web applications with Elm
Stars: ✭ 878 (-6.99%)
Mutual labels:  ui-components
Android Expandicon
Nice and simple customizable implementation of Google style up/down expand arrow.
Stars: ✭ 871 (-7.73%)
Mutual labels:  ui-components
Tvlightsegments
🗂 Apple TV | Clean, simple and beautiful segment bar for your AppleTv app.
Stars: ✭ 20 (-97.88%)
Mutual labels:  ui-components
Channelslightscontrol
Demo app with Django Channels to control Lights over websockets. Made for PyStPete meetup(https://www.meetup.com/Saint-Petersburg-Python-Meetup/).
Stars: ✭ 14 (-98.52%)
Mutual labels:  realtime
Quadray Engine
Realtime raytracer using SIMD on ARM, MIPS, PPC and x86
Stars: ✭ 13 (-98.62%)
Mutual labels:  realtime
Uiv
Bootstrap 3 components implemented by Vue 2.
Stars: ✭ 882 (-6.57%)
Mutual labels:  ui-components

reactivemaps
Reactivemaps

Elasticsearch UI components for building data-driven Map UIs. 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

ReactiveMap creates a data-driven map UI component. It is the key component for build map based experiences. - ReactiveMap

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.

  • Airbeds - An airbnb-like booking search experience.
  • Datalayers - Demo combining the dark forces of datalayer and Reactivemaps.
  • Meetup Blast - A kickass meetup inspired search app built with Reactivemaps.
  • Board the bus - Catch realtime bus transportation demo in action with Reactivemaps.

Documentation

The official docs for the library are at https://opensource.appbase.io/reactive-manual.

Related tooling and projects

  • ReactiveSearch Everything you need to know about reactivesearch.

  • appbase-js While building search UIs is dandy with Reactive Search, you might also need to add some input forms. appbase-js comes in handy there.

  • dejavu allows viewing raw data within an appbase.io (or Elasticsearch) app. Soon to be released feature: An ability to import custom data from CSV and JSON files, along with a guided walkthrough on applying data mappings.

  • mirage ReactiveSearch components can be extended using custom Elasticsearch queries. For those new to Elasticsearch, Mirage provides an intuitive GUI for composing queries.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].