Skip to content

Commit

Permalink
updates expired link to opencivicdata.org (#216)
Browse files Browse the repository at this point in the history
Co-authored-by: Derek Eder <[email protected]>
  • Loading branch information
derekeder and derekeder authored Jul 26, 2021
1 parent 0665568 commit 6978f03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion postgres/Interacting-with-a-remote-database.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Interacting with a remote database

In the course of developing an application, you may want to make use of data that's stored remotely. For instance, DataMade maintains databases of the information scraped for its [Open Civic Data API](http://docs.opencivicdata.org/en/latest/api/index.html).
In the course of developing an application, you may want to make use of data that's stored remotely. For instance, DataMade maintains databases of the information scraped for its [Open Civic Data API](https://opencivicdata.readthedocs.io/en/latest/).

You can access that data directly via SSH tunneling, or binding a port on your machine to a port on a remote machine. Doing so allows your application to interact with a remote database as if it were local.

Expand Down

0 comments on commit 6978f03

Please sign in to comment.