https://github.com/fffaraz/gdelt_fdw
Dockerized Multicorn PostgreSQL Foreign Data Wrapper (FDW) for Retrieving GDELT events database.
https://github.com/fffaraz/gdelt_fdw
docker fdw foreign-data-wrapper gdelt gdelt-events postgres postgresql
Last synced: 6 months ago
JSON representation
Dockerized Multicorn PostgreSQL Foreign Data Wrapper (FDW) for Retrieving GDELT events database.
- Host: GitHub
- URL: https://github.com/fffaraz/gdelt_fdw
- Owner: fffaraz
- Created: 2019-03-04T19:42:55.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-02-06T04:58:47.000Z (about 6 years ago)
- Last Synced: 2025-03-28T12:45:21.355Z (11 months ago)
- Topics: docker, fdw, foreign-data-wrapper, gdelt, gdelt-events, postgres, postgresql
- Language: TSQL
- Homepage:
- Size: 72.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GDELT_FDW
Dockerized Multicorn PostgreSQL Foreign Data Wrapper (FDW) for Retrieving [GDELT](https://www.gdeltproject.org/) events database.
### How to Run
```
docker-compose up
chmod 777 volumes/data
```
### See also
* http://data.gdeltproject.org/events/index.html
* https://bigquery.cloud.google.com/table/gdelt-bq:full.events
* https://wiki.postgresql.org/wiki/Foreign_data_wrappers
* https://github.com/Kozea/Multicorn