An open API service indexing awesome lists of open source software.

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.

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