edgi-govdata-archiving / eis-search

searchable bleve index for Environmental Impact Statements
GNU General Public License v3.0
4 stars 1 forks source link

Code of Conduct

EIS Document Database Search

This app makes an archive of the EPA's Environmental Impact Statements (EIS) searchable, linking results back to EIS documents on epa.gov

Try the EIS Search Tool (demo): https://eis-search.herokuapp.com

Notes

Future Enhancements

For Developers

Tools used

Developer setup

  1. Install Go, (make sure your GOPATH ends up in the right PATH profile)

To run locally (without cloning):

  1. Install this repo's dependencies with go get github.com/edgi-govdata-archiving/eis-search, (run this from any directory)
  2. cd into $HOME/go/bin and run ./eis-search
  3. Server is running at http://localhost:8094 (or other port as specified in command line output)

To clone & run:

  1. Clone this repo into your go directory (typically $HOME/go/src)
  2. From inside that cloned directory, go build. This should make a file called eis-search
  3. Run: ./eis-search
  4. Server is running at http://localhost:8094 (or other port as specified in command line output)

License & Copyright

Copyright (C) 2019 Environmental Data and Governance Initiative (EDGI) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 3.0.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

See the LICENSE file for details.