Giter VIP home page Giter VIP logo

cassandra-workshop-series's Introduction

πŸŽ“πŸ”₯ Cassandra Workshop Series πŸ”₯πŸŽ“

License Apache2 Discord

We are pleased to introduce our Cassandra Workshop series! Join and follow our 8 week course to start your path to becoming a Cassandra expert. Starting July 1st. Each week we will take another step starting with understanding how Cassandra will work for your application, building, testing and finally deploying it into production.

BANNER

You can expect to end the 8 week course with a very high proficiency in Apache Cassandraβ„’, putting you in a great position to show off your new Cassandra skills when going for some of the highest paid roles in the NoSQL world. By following each week's exercise and follow-up work, you will be ready for Apache Cassandraβ„’ certification. Once you have completed all 8 weeks, we will provide you with a voucher to take either the Apache Cassandraβ„’ Admin or Developer certification exam. A value of over $300! We want to educate as many engineers as possible in two months. Don’t miss this opportunity!

INFO

➑️ ENROLL NOW HERE ⬅️

Syllabus

Before the start of each week you will receive an email with more in-depth insight into what we will cover, the resources you need, and where we are hanging out that week.

PART 1: How to build Applications with Cassandra

Description πŸ‘¨β€πŸ« Live Classes
From 7/1 to 7/8
Getting Started with Cassandra
  • πŸ“… July 1st 12EDT (NA, LATAM)
  • πŸ“… July 2nd 12:30 IST (APAC, EMEA)
  • From 7/8 to 7/15
    Data Modelling for Apache Cassandraβ„’
  • πŸ“… July 8th 12EDT (NA, LATAM)
  • πŸ“… July 9th 12:30 IST (APAC, EMEA)
  • From 7/15 to 7/22
    Application Development 1 CRUD with Cassandra
  • πŸ“… July 15th 12EDT (NA, LATAM)
  • πŸ“… July 16th 12:30 IST (APAC, EMEA)
  • From 7/22 to 7/29
    Application Development 2 REST API with Cassandra
  • πŸ“… July 22th 12EDT (NA, LATAM)
  • πŸ“… July 23th 12:30 IST (APAC, EMEA)
  • PART II : Test, Deploy and monitor your clusters and applications

    Description πŸ‘¨β€πŸ« Live Classes
    From 29/7 to 8/5
    Cassandra in Kubernetes
  • πŸ“… July 29th 12EDT (NA, LATAM)
  • πŸ“… July 30th 12:30 IST (APAC, EMEA)
  • From 8/5 to 8/13
    Administrating your Cassandra clusters
  • πŸ“… August 8th 12EDT (NA, LATAM)
  • πŸ“… August 9th 12:30 IST (APAC, EMEA)
  • From 8/13 to 8/20
    Test your Cassandra Clusters
  • πŸ“… August 15th 12EDT (NA, LATAM)
  • πŸ“… August 16th 12:30 IST (APAC, EMEA)
  • From 8/20 to 8/27
    Cassandra in Kubernetes
  • πŸ“… August 22th 12EDT (NA, LATAM)
  • πŸ“… August 23th 12:30 IST (APAC, EMEA)
  • As long as you register, you will receive 1 email per week with the streaming link and all of the course materials for that week, regardless of if you attended the live workshop or not. If for whatever reason you fall behind one week, you will have access to the recording of the live workshop, as well as our dedicated course space on community.datastax.com to get back up to speed ready for the next week. You can hang out with your coursemates on Discord too.

    com

    cassandra-workshop-series's People

    Contributors

    bettinaswynnerton avatar clun avatar dependabot[bot] avatar erickramirezau avatar erickramirezds avatar guzelcihad avatar hadesarchitect avatar morrme avatar sonicdmg avatar tringuyen-yw avatar

    Stargazers

     avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

    Watchers

     avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

    cassandra-workshop-series's Issues

    python week4 ModuleNotFoundError: No module named 'controller'

    When I try to run week4-python I got an error, as the 'controller' package could not be located. What am I doing wrong?

    Steps:

    • goto Gitpod
    • pip install Flask flask-cors cassandra-driver
    • FLASK_ENV=development FLASK_APP=getting_started_with_astra.py flask run

    Result:
    gitpod /workspace/getting-started-with-astra-python $ FLASK_ENV=development FLASK_APP=getting_started_with_astra.py flask run

    • Serving Flask app "getting_started_with_astra.py" (lazy loading)
    • Environment: development
    • Debug mode: on
    • Running on http://127.0.0.1:5000/ (Press CTRL+C to quit)
    • Restarting with stat
    • Debugger is active!
    • Debugger PIN: 149-766-813
      127.0.0.1 - - [25/Jul/2020 14:16:18] "GET / HTTP/1.1" 500 -
      Traceback (most recent call last):
      File "/workspace/getting-started-with-astra-python/getting_started_with_astra.py", line 3, in
      from controller.credentials_controller import credentials_controller
      ModuleNotFoundError: No module named 'controller'

    During handling of the above exception, another exception occurred:

    Traceback (most recent call last):
    File "/workspace/.pip-modules/lib/python3.8/site-packages/flask/cli.py", line 338, in call
    self._flush_bg_loading_exception()
    File "/workspace/.pip-modules/lib/python3.8/site-packages/flask/cli.py", line 326, in _flush_bg_loading_exception
    reraise(*exc_info)
    File "/workspace/.pip-modules/lib/python3.8/site-packages/flask/_compat.py", line 39, in reraise
    raise value
    File "/workspace/.pip-modules/lib/python3.8/site-packages/flask/cli.py", line 314, in _load_app
    self._load_unlocked()
    File "/workspace/.pip-modules/lib/python3.8/site-packages/flask/cli.py", line 330, in _load_unlocked
    self._app = rv = self.loader()
    File "/workspace/.pip-modules/lib/python3.8/site-packages/flask/cli.py", line 388, in load_app
    app = locate_app(self, import_name, name)
    File "/workspace/.pip-modules/lib/python3.8/site-packages/flask/cli.py", line 245, in locate_app
    raise NoAppException(
    flask.cli.NoAppException: While importing "getting-started-with-astra-python.getting_started_with_astra", an ImportError was raised:

    Traceback (most recent call last):
    File "/workspace/.pip-modules/lib/python3.8/site-packages/flask/cli.py", line 240, in locate_app
    import(module_name)
    File "/workspace/getting-started-with-astra-python/getting_started_with_astra.py", line 3, in
    from controller.credentials_controller import credentials_controller
    ModuleNotFoundError: No module named 'controller'

    This is the dump() result:
    image

    Thanks for your help!

    Authentication issue with USE_ASTRA=false

    I got an authentication error when Cassandra is local, with USE_ASTRA=false.

    Trying to figure out a solution I created a fork and added some code, as shown below:

    bampli/t1-astra@4cd61c5

    The idea was to fulfill Cassandra security requirements but still got an error:

    image

    Any hints? How to connect with local Cassandra cluster with Kind?

    404 error for URL in "week5-Cass-in-k8s/README.MD" "6. Create a KIND cluster" "1 master, 5 workers"

    In the text:

    We will create a Kubernetes cluster based on the following configuration 1 master, 5 workers to be able to spawn some multi nodes clusters.

    The URL link for "following configuration" currently is:

    https://github.com/DataStax-Academy/cassandra-workshop-series/blob/master/week5-Cass-in-k8s/01-kind-config.yaml

    which resulted the 404 error.

    I believe you meant to say:

    https://github.com/DataStax-Academy/cassandra-workshop-series/blob/master/week5-Cass-in-k8s/setup-your-cluster/01-kind-config.yaml

    My 2 cents!

    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.