My Neighborhood Lookup
A drupal module that displays various pieces of information about the entered address.
Last updated
Was this helpful?
A drupal module that displays various pieces of information about the entered address.
Last updated
Was this helpful?
The my neighborhood application is a Drupal component that can be added to any page on boston.gov. Currently, it is here:
There are two Drupal endpoints associated with this application.one for receiving the updates
One for receiving the updated records on a nightly basis (updates):
One for receiving the full load of records:
has information on the status of Drupal import scripts that run nightly and once a month.
The data used in this application come from a variety of GIS data sources. lists them all in addition to the workflow that brings each one into Civis.
These datasources are combined with the SAM address dataset in Civis. is the one that combines all the datasets.
Every night, runs and sends the any records that have updated or changed to boston.gov. Once a month on the 1st, the workflow sends the entire load of records to Drupal.
NOTES: There are two cards that show data which are hard coded and don't sync with Civis. They are the mayor's name in the "YOUR MAYOR" card found in "mnl_config.js" file and the "YOUR AT-LARGE CITY COUNCILORS" card found in "Representation.js" file.
In addition to the hard coded items, there too is a data dependency on ReCollect. We built an endpoint in Drupal "rest/recollect" found in Drupal module "bos_mnl" to query ReCollect API with the user's inputted address and returns the next trash and recycling date for that specific address.
Jonathan Porter (Analytics division of DoIT) is the best point of contact for the Civis portion. Matt McGowan (Digital division of DoIT) is the best point of contact for the Drupal REST information.
Product
(historical and current)
Historical work that *potentially* isn't reflected above: