Installing the API - Spectrum_Routing_for_Big_Data - 3.0

Global Routing SDK Developer Guide

Product type
Software
Portfolio
Locate
Product family
Spectrumâ„¢ software
Product
Spatial Big Data > Routing for Big Data
Version
3.0
ft:locale
en-US
Product name
Routing for Big Data
ft:title
Global Routing SDK Developer Guide
Copyright
2024
First publish date
2007
ft:lastEdition
2024-10-15
ft:lastPublication
2024-10-15T10:39:39.482000

The GR SDK is provided as a zip file (gra-version.zip) for Windows and as a TAR file (gra-version.tar) for non-Windows.

Once installed, you will have the following folder structure:

  • lib: Contains the required jars and dependencies
  • javadoc: Contains Javadoc files
  • docs:Contains user documentation
  • legal: Contains clauses for 3rd party library distribution.
  • service: Contains REST WAR file
  • samples: Contains sample applications illustrating use cases for the GR SDK, Global Geocoding API (GGA), and Spectrum Spatial SDK (LI-SDK).

Java API

To install the Java API:

  1. Choose the relevant file for your system, extract it to any location on the file system.
  2. Add the lib directory to the classpath.

REST API

To install the REST API:

  1. Choose the relevant file for your system, extract it to any location on the file system.
  2. Locate the GRA WAR file in the install_dir\service directory.
  3. Deploy the WAR file in Apache Tomcat webapps directory: install_dir\webapps.
  4. Configure the database. For Database configuration refer to Configuring Routing Properties and Data Resources.
  5. Restart the Tomcat server.