Git Product home page Git Product logo

gdelt's Introduction

GDELT Dataset Analysis

Description

Supported by Google Jigsaw, the GDELT Project monitors the world's broadcast, print, and web news from nearly every corner of every country in over 100 languages and >identifies the people, locations, organizations, themes, sources, emotions, counts, quotes, images and events driving our global society every second of every day, >creating a free open platform for computing on the entire world.

Lab Description

This dataset is already hosted in Amazon Web Services for free, in this lab we will be accessing the data hosted in S3 and analyzing it using Amazon Athena

AWS Dataset Description GDELT Dataset Description

For this lab we will use the SQL scripts in this repository to create dimension tables and access the GDELT data as the dimension tables.

To explore the dataset using the AWS CLI;

aws s3 ls gdelt-open-data/events/

aws s3 cp s3://gdelt-open-data/events/20171226.export.csv 20171226.export.csv

Optimizing the query

By default it takes about 30 seconds and scans 154 GB of data to return a query, by converting it to parquet we can reduce this to about 5 seconds and 2.31 GB of data, reducing the cost considerably. This requires an EMR cluster and the scripts in the parquet folder.

gdelt's People

Contributors

dvnpaulbruffett avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.