Skip to content

dumps every feature from a list of ArcGIS Online items into ElasticSearch

Notifications You must be signed in to change notification settings

ajturner/agol2elasticsearch

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Import Features from ArcGIS Online into ElasticSearch


Usage

This package reads the datasets from a file datasets.json (an output from ArcGIS Open Data) and will attempt to index every feature into Elastic Search.

  Usage: node index.js {host} {index}
  > node index.js localhost:9200 features

Index

First you need to build an index mapping to not analyze the properties field.

ruby create_index.rb

About

dumps every feature from a list of ArcGIS Online items into ElasticSearch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 81.3%
  • Ruby 18.7%