{"id":24021233,"url":"https://github.com/zipcodecore/dataengineering.labs.gettingstarted","last_synced_at":"2025-07-11T04:07:25.655Z","repository":{"id":56726428,"uuid":"242198890","full_name":"ZipCodeCore/DataEngineering.Labs.GettingStarted","owner":"ZipCodeCore","description":null,"archived":false,"fork":false,"pushed_at":"2020-10-16T19:58:59.000Z","size":16,"stargazers_count":0,"open_issues_count":0,"forks_count":17,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-25T23:47:15.750Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ZipCodeCore.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-02-21T17:52:49.000Z","updated_at":"2022-02-03T20:10:26.000Z","dependencies_parsed_at":"2022-08-16T00:31:00.590Z","dependency_job_id":null,"html_url":"https://github.com/ZipCodeCore/DataEngineering.Labs.GettingStarted","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/ZipCodeCore/DataEngineering.Labs.GettingStarted","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZipCodeCore%2FDataEngineering.Labs.GettingStarted","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZipCodeCore%2FDataEngineering.Labs.GettingStarted/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZipCodeCore%2FDataEngineering.Labs.GettingStarted/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZipCodeCore%2FDataEngineering.Labs.GettingStarted/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ZipCodeCore","download_url":"https://codeload.github.com/ZipCodeCore/DataEngineering.Labs.GettingStarted/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZipCodeCore%2FDataEngineering.Labs.GettingStarted/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264726769,"owners_count":23654494,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-01-08T12:40:09.684Z","updated_at":"2025-07-11T04:07:25.640Z","avatar_url":"https://github.com/ZipCodeCore.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Getting Started\n\n\n**Important**: It should go without saying that anytime you are asked to create an account you should ALWAYS:\n* Make sure to use a professional username/handle. We recommend the username incorporates your name. \n* Be sure to add an appropriate avatar to your profile. \n\n### Passwords\n\nConsider a password manager like enpass or lastpass to manage all of your accounts. (This way you can keep track of your Admin password for MySQL, which I guarantee you will otherwise forget.)\n\n\n### Terminal\n\n#### Option 1\n* Command (or Cmd) ⌘ - Space bar to open the Spotlight search field. \n* Type \"Terminal\". \n* Press Enter.\n\n#### Option 2 \n\n* Open Finder\n* Navigate to /Applications/Utilities/\n* Double click on Terminal.app\n\n\n### git\n\nUsing Terminal, issue the following command:\n```bash\ngit --version\n```\n\nThis should return the a line similar to:  \n```bash\ngit version 2.21.1 (Apple Git-122.3)\n```\n\nYou may need run the following in order to install git along with other various command line tools.\n```bash\nxcode-select --install\n```\n\n\n### Change default shell to bash\n\nUsing Terminal, issue the following command: \n\n```bash\nchsh -s /bin/bash\n```\n\n\n### Brew\n\n* Visit [https://brew.sh/](https://brew.sh/).\n* Follow the directions under \"Intall Homebrew\".\n\n\n### Anaconda\n\n* Visit [Anaconda's](https://www.anaconda.com/distribution/) download page.\n* Download the pkg file for Python 3.7 version.\n* Install the package. Be sure to follow intructions for Mac OS version \"Catalina\".\n  * NB: the new default shell is zsh. You will instead need to run `source ~/opt/anaconda3/bin/activate` followed by `conda init zsh`. (this is only be needed if you did not change your shell to bash)\n\n### PyCharm\n\n* Visit [JetBrains'](https://www.jetbrains.com/pycharm/) download page for PyCharm.\n* Download the dmg for the Professional version for Mac.\n* Use the downloaded dmg to install the application.\n\n\n### DataGrip\n\n* Visit [JetBrains'](https://www.jetbrains.com/datagrip/) download page for DataGrip.\n* Download the dmg.\n* Use the downloaded dmg to install the application.\n\n\n### Postgres App\n\n* Visit [Postgresapp's](https://postgresapp.com/downloads.html) download page.\n* Download the dmg for the latest release.\n* Use the downloaded dmg to install the application.\n\n### MySQL\n\n* Visit [MySql's](https://dev.mysql.com/downloads/mysql/) download page.\n* Download the dmg for the latest release.\n* Use the downloaded dmg to install the application.\n\n### Discord\n\n* Get the Discord app on your mac\n* sign up for an account\n* look for the ZipCode Discord Server and join\n\n### Slack\n\n* Visit [Slack's](https://slack.com/downloads/mac) download page.\n* Download the dmg for the latest release.\n* Use the downloaded dmg to install the application.\n* Sign in to the zcw workspace.\n\n\n### gmail\n\n* Visit [gmail.com](https://www.google.com/gmail/about/) and create an account.\n\n\n### github\n\n* Visit [github.com](https://github.com/) and signup for an account.  \n\n\n### ggrep\n\nUsing terminal, type:\n```bash\ngrep --version \n```\n\nYou should recieve a response similar to:\n```bash\ngrep (BSD grep) 2.5.1-FreeBSD\n```\n\nWe want to be able to use PCRE for this week's labs so we will be using GNU grep istead of the already installed BSD grep. \n\n```bash\nbrew install grep\n```\n\nValidate install was successful: \n```bash\nggrep --version\n```\nShould yield a result similar to:\n\n```bash\nggrep (GNU grep) 3.4\n...\n```\n\n### Postman\n\n* Visit [Postman's](https://www.postman.com/downloads/) download page.\n* Download the latest version (zip).\n* Drag and drop the application to the /Applications folder.\n\n### AWS CLI\n\n* Visit [Installing the AWS CLI version 2 on macOS](https://docs.aws.amazon.com/cli/latest/userguide/install-cliv2-mac.html)\n* Follow the guide to install and confirm installation.\n\n\n### Docker \n\n* Visit Docker's [Get Started With Docker](https://www.docker.com/get-started) page.\n* Register for an account.\n* Download and install the docker for desktop app.\n* Sign in to the docker for desktop app using your docker account.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzipcodecore%2Fdataengineering.labs.gettingstarted","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzipcodecore%2Fdataengineering.labs.gettingstarted","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzipcodecore%2Fdataengineering.labs.gettingstarted/lists"}