Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай From 0 to 1: The Cassandra Distributed Database, а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:01:46
    You, This Course and Us
  2. Урок 2. 00:10:41
    A Column-Oriented Database
  3. Урок 3. 00:08:09
    Requirements For A Product Catalog System
  4. Урок 4. 00:08:34
    What Is Cassandra?
  5. Урок 5. 00:04:38
    Cassandra Vs HBase
  6. Урок 6. 00:04:35
    Install Cassandra (Mac and Unix based systems)
  7. Урок 7. 00:02:22
    Install the Cassandra Cluster Manager (Mac and Unix)
  8. Урок 8. 00:02:21
    Install Maven On Your Machine
  9. Урок 9. 00:08:26
    [For Linux/Mac OS Shell Newbies] Path and other Environment Variables
  10. Урок 10. 00:12:01
    Create A Cassandra Cluster On Your Local Machine
  11. Урок 11. 00:07:05
    Basic CCM Commands
  12. Урок 12. 00:08:04
    Columns And Column Families
  13. Урок 13. 00:07:19
    Super Column Family And Keyspace
  14. Урок 14. 00:04:21
    Comparing Cassandra With A Relational Database
  15. Урок 15. 00:06:56
    Connect To Cassandra And Create A Keyspace
  16. Урок 16. 00:12:03
    Column Families And Their Properties
  17. Урок 17. 00:02:43
    Modify Column Families
  18. Урок 18. 00:06:53
    Insert Data Into A Column Family
  19. Урок 19. 00:10:57
    Advanced Data Types: Collections And Counters
  20. Урок 20. 00:15:55
    Update Simple And Collection Data Types
  21. Урок 21. 00:05:02
    Manage Cluster Roles
  22. Урок 22. 00:12:16
    Partition Keys: Distributing Data Across Cluster Nodes
  23. Урок 23. 00:05:09
    Partition Keys: Properties
  24. Урок 24. 00:03:37
    Clustering Keys: Data Layout On A Node
  25. Урок 25. 00:14:39
    Restrictions On Partition Keys
  26. Урок 26. 00:09:13
    Restrictions On Clustering Keys
  27. Урок 27. 00:08:33
    Secondary Indexes
  28. Урок 28. 00:08:53
    Restrictions On Secondary Indexes
  29. Урок 29. 00:02:28
    Allow Filtering
  30. Урок 30. 00:12:19
    Write Consistency Levels And Hinted Handoff
  31. Урок 31. 00:11:20
    Read Consistency Levels
  32. Урок 32. 00:08:15
    Replication Factors And Quorum Value
  33. Урок 33. 00:06:39
    Overview Of Cassandra Storage Components
  34. Урок 34. 00:09:45
    The SSTable And Its Components
  35. Урок 35. 00:03:15
    Row Cache And Key Cache
  36. Урок 36. 00:08:34
    Anatomy Of A Write Request
  37. Урок 37. 00:07:26
    Anatomy Of A Read Request And The Gossip Protocol
  38. Урок 38. 00:04:30
    Overview And Basic Setup
  39. Урок 39. 00:07:41
    Create A Session And Execute Our First Query
  40. Урок 40. 00:03:28
    Create A Column Family
  41. Урок 41. 00:05:00
    Check If A Column Family Has Been Created
  42. Урок 42. 00:09:14
    Insert Data Into The Listings Column Family
  43. Урок 43. 00:10:00
    Insert Data Into The Products Column Family
  44. Урок 44. 00:13:33
    Search For Products
  45. Урок 45. 00:04:18
    Delete A Listing
  46. Урок 46. 00:14:43
    Update Mulitple Column Families Using Logged Batch