Giter VIP home page Giter VIP logo

alkemy-challenge's Introduction

alkemy-challenge

Alkemy Challenge: Data Analytics + Python - Backend Developer

This project is a Data Analytics Challenge with Python from https://www.alkemy.org/

Requirements:

  • Docker and Docker Compose

Run it locally

1. Clone or download de repository:

[email protected]:josdanind/alkemy-challenge.git

2. Configure the environment variables into the .env

By default these are the values:

# Data Sources
MUSEUMS = "https://datos.cultura.gob.ar/dataset/37305de4-3cce-4d4b-9d9a-fec3ca61d09f/resource/4207def0-2ff7-41d5-9095-d42ae8207a5d/download/museos_datosabiertos.csv"
LIBRARIES = "https://datos.cultura.gob.ar/dataset/37305de4-3cce-4d4b-9d9a-fec3ca61d09f/resource/01c6c048-dbeb-44e0-8efa-6944f73715d7/download/biblioteca_popular.csv"
CINEMAS = ""


# Postgres
DB_USER = "josdanind"
DB_HOST = "localhost"
DB_PORT = 5432
DB_PASS = "password"
DB_NAME = "alkemy-challenge"

Cinema data does not exist!

3. Run docker-compose.yml

at the level of the docker-compose.yml file, execute:

docker-compose up --build

4. Enter to Database

docker exec -it alkemy-db psql --username=josdanind --dbname=alkemy-challenge

5. Show data

SELECT * FROM places;
SELECT * FROM info;

alkemy-challenge's People

Contributors

josdanind avatar

Watchers

 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.