Skip to content

Instantly share code, notes, and snippets.

View abayomi185's full-sized avatar
🚀

Yomi Ikuru abayomi185

🚀
View GitHub Profile
@abayomi185
abayomi185 / cop506.ipynb
Last active October 2, 2022 10:37
simple-nlp.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@abayomi185
abayomi185 / docker-compose.yml
Created December 29, 2021 00:03
Guacamole Docker Compose DEC-2021
version: "2"
services:
guacamole:
image: maxwaldorf/guacamole:latest
container_name: guacamole
volumes:
- postgres:/config
ports:
- 8080:8080
environment:

Query and analyze data in S3 using standard SQL.

Integrates with AWS Glue Data Catalog to crawl data in S3 and create schemas and tables. This process can be automatic or manual.

PrestoDB - open source SQL query engine with support for multiple relational and non-relational databases.

Examples

@abayomi185
abayomi185 / python101.ipynb
Last active December 8, 2022 12:16
Getting Started with Python
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.