Docs.rs
  • dynamodb-book-ch21-github-0.2.0
    • dynamodb-book-ch21-github 0.2.0
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • neoeinstein
    • Dependencies
      • aliri_braid ^0.4.0 normal
      • aws-sdk-dynamodb ^0.30.0 normal
      • castaway ^0.2.1 normal
      • compact_str ^0.7.0 normal
      • modyne ^0.2.0 normal
      • serde ^1.0.158 normal
      • serde_dynamo ^4.2.3 normal
      • svix-ksuid ^0.7.0 normal
      • time ^0.3.20 normal
      • tracing ^0.1.36 normal
      • aws-config ^0.56.1 dev
      • aws-credential-types ^0.56.1 dev
      • test-log ^0.2.11 dev
      • tokio ^1.0 dev
      • tracing-subscriber ^0.3.16 dev
    • Versions
    • 14.53% of the crate is documented
  • Go to latest version
  • Platform
    • i686-unknown-linux-gnu
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation
logo
logo

Crate dynamodb_book_ch21_github

  • Version 0.2.0
  • All Items
  • Structs
  • Enums
?
Change settings

Crate dynamodb_book_ch21_github

source ·
Expand description

GitHub Example

An example of using modyne to implement a single-table database for the “GitHub” application as described in Chapter 21 of The DynamoDB Book by Alex DeBrie.

Structs

  • App
  • Issue
  • IssueComment
  • IssueCommentId
  • IssueId
  • Membership
  • MembershipId
  • Organization
  • OwnerName
  • OwnerNameRef
  • PaymentPlan
  • PullRequest
  • PullRequestComment
  • PullRequestCommentId
  • PullRequestId
  • Reaction
  • ReactionId
  • RepoName
  • RepoNameRef
  • Repository
  • RepositoryId
  • RepositoryIdentity
  • Star
  • StarId
  • User

Enums

  • IssueStatus
  • PlanType
  • ReactionTarget
  • Role