Skip to content
This repository has been archived by the owner on Aug 2, 2024. It is now read-only.

socrata/citygram-services

 
 

Repository files navigation

NearMeDC API Transformer

NearMeDC API Transformer is a micro ETL endpoint service that transforms Socrata API data into a geojson the NearMeDC App is expecting. This transformer is largely a modification of Spyglass, a Code for America project by the Charlotte Team for the 2014 fellowship.

What does it do?

This is a registry of micro ETL endpoints. It is largely based on Citygram and they have some documentation outlining what exactly this does: overview documentation.

Below is a specific example of the information flow:

Socrata Dataset API Endpoint -> NearMeDC API Transformer -> NearMeDC App

Setup

git statcp .env.sample .env
gem install bundler
bundle install
bundle exec rackup

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 98.5%
  • HTML 1.5%