Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nasseredine/udacity-dend-p1b
Data Modeling with Apache Cassandra
https://github.com/nasseredine/udacity-dend-p1b
apache-cassandra database nosql nosql-database udacity udacity-data-engineer-nanodegree udacity-project
Last synced: about 1 month ago
JSON representation
Data Modeling with Apache Cassandra
- Host: GitHub
- URL: https://github.com/nasseredine/udacity-dend-p1b
- Owner: nasseredine
- License: other
- Created: 2020-06-12T19:40:58.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-06-14T23:10:29.000Z (over 4 years ago)
- Last Synced: 2024-09-30T04:05:25.474Z (about 2 months ago)
- Topics: apache-cassandra, database, nosql, nosql-database, udacity, udacity-data-engineer-nanodegree, udacity-project
- Language: Jupyter Notebook
- Homepage:
- Size: 591 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# [DEND-P1b] Data Engineering Nanodegree - Project 1b: Data Modeling with Apache Cassandra
## Project: Data Modeling with Cassandra
_The content of the following section is from the project statement provided by Udacity._
> A startup called Sparkify wants to analyze the data they've been collecting on songs and user activity on their new music streaming app. The analysis team is particularly interested in understanding what songs users are listening to. Currently, there is no easy way to query the data to generate the results, since the data reside in a directory of CSV files on user activity on the app.
>
> They'd like a data engineer to create an Apache Cassandra database which can create queries on song play data to answer the questions, and wish to bring you on the project. Your role is to create a database for this analysis. You'll be able to test your database by running queries given to you by the analytics team from Sparkify to create the results.## Datasets
_The content of the following section is from the project statement provided by Udacity._
> For this project, you'll be working with one dataset: `event_data`. The directory of CSV files partitioned by date. Here are examples of filepaths to two files in the dataset:
```txt
event_data/2018-11-08-events.csv
event_data/2018-11-09-events.csv
```## License
**DISCLAIMER:** This project is part of the Data Engineering Nanodegree Program from Udacity. You must abide by [Udacity's Honor of Code](https://udacity.zendesk.com/hc/en-us/articles/210667103-What-is-the-Udacity-Honor-Code-), and in particular, you must submit your own work or attribute my code if you want to use part of my solution.
The project is released under the MIT License. See the [LICENSE.md](LICENSE.md) file for details.
Copyright (c) 2020 Nasseredine Bajwa.