Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
Development documentation (dev:main) — content may differ from any release.
httk-data dev:main documentation
httk-data dev:main documentation

Documentation

  • Data management
  • Database storage
  • Migrating from httk v1
  • Reference
    • httk.data
      • httk.data.db
        • httk.data.db.codecs
        • httk.data.db.engine
        • httk.data.db.entry_provider
        • httk.data.db.identity
        • httk.data.db.mapping
        • httk.data.db.optimade
        • httk.data.db.schema
        • httk.data.db.searcher
        • httk.data.db.store
      • httk.data.entry_providers
      • httk.data.optimade_query
      • httk.data.query
      • httk.data.validation
  • Examples
    • Serving records and validating them against their OPTIMADE definitions
    • Querying stored dataclasses with OPTIMADE filter strings
    • Querying a store with the search DSL
    • Serving a database as an OPTIMADE API
    • Storing frozen dataclasses in a database, exactly
  • Examples
  • API Reference
    • httk.data
      • httk.data.db
        • httk.data.db.codecs
        • httk.data.db.engine
        • httk.data.db.entry_provider
        • httk.data.db.identity
        • httk.data.db.mapping
        • httk.data.db.optimade
        • httk.data.db.schema
        • httk.data.db.searcher
        • httk.data.db.store
      • httk.data.entry_providers
      • httk.data.optimade_query
      • httk.data.query
      • httk.data.validation
    • httk.handlers.data
Back to top
View this page

Examples¶

Runnable scripts from the repository’s examples/ directory.

  • Serving records and validating them against their OPTIMADE definitions
  • Querying stored dataclasses with OPTIMADE filter strings
  • Querying a store with the search DSL
  • Serving a database as an OPTIMADE API
  • Storing frozen dataclasses in a database, exactly
Next
Serving records and validating them against their OPTIMADE definitions
Previous
httk.data.validation
Copyright © 2026, The httk-data AUTHORS
Made with Sphinx and @pradyunsg's Furo