menu
Tagged in Python
Depth First Search in Practice
Read
Published on 26/08/2020
9 min read
Problem As Nine has recently merged with Fairfax, our team has a project to migrate Fairfax's legacy Teradata data models to Google BigQuery…
Google Bigquery
Teradata
Algorithm
Depth First Search
Data Engineering
Python
Dimensional data modeling
0
0
Keep track of AWS Athena history using Binary Search Algorithm
Read
Published on 15/07/2020
8 min read
AWS Athena AWS Athena is an AWS service based on Presto which is similar to Hive to query files on Hadoop. It can query files directly on…
AWS
AWS Athena
Algorithm
Binary Search
Data Engineering
Python
0
Easy steps to set up your backend API token using Django OAuth Toolkit
Read
Published on 12/06/2020
4 min read
After finishing building our React frontend and Django backend, there's one more thing we need to worry about. If we host our backend on AWS…
Django
API Token
Python
Django OAuth Tookit
Web framework
0
Snowflake Snowpipe API in Python to ingest data from AWS S3 to Snowflake stage tables
Read
Published on 15/05/2020
4 min read
Snowflake Snowpipe Snowflake is cloud data warehouse like Redshift but it features in the seperation of computing resources and storage…
Snowflake
Snowpipe
Python
AWS S3
Data Engineering
0
AWS Workmail, AWS SES, AWS S3 and AWS Lambda Function to automate
Read
Published on 13/05/2020
6 min read
Combine AWS Workmail, AWS SES and AWS Lambda Function I have done a project using AWS Workmail, AWS SES and AWS Lambda Function to automate…
AWS
AWS Workmail
AWS SES
AWS Lambda
AWS S3
Python
0
Trick to use Django to serve React app
Read
Published on 05/04/2020
3 min read
Django backend and React.js frontend Instead of using template language in view part of MVC in frameworks, modern way is to separate apps…
Django
React.js
Python
Web framework
0