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