Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
etl-entities 2.5.0 documentation
etl-entities 2.5.0 documentation
  • ETL Entities

HWM

  • Column HWM
    • Column Integer HWM
    • Column Date HWM
    • Column Datetime HWM
  • File HWM
    • File List HWM
    • File Modified Time HWM
  • KeyValue HWM
    • KeyValue Int HWM
  • HWM Type Registry

HWM Store

  • What is HWM Store
  • MemoryHWMStore
  • Base HWM Store
  • Register own HWM Store class
  • HWM Store stack manager
  • Detect HWM Store decorator

Deprecated

  • Old HWM classes
    • Integer HWM
    • Date HWM
    • Datetime HWM
    • File List HWM
  • Source classes
    • DB source classes
      • Column
      • Table
    • File source classes
      • RemoteFolder
  • Process classes
    • Process
    • ProcessStackManager

Plugins

  • Plugins

Development

  • Changelog
    • 2.5.0 (2025-01-27)
    • 2.4.0 (2024-11-12)
    • 2.3.1 (2024-08-29)
    • 2.3.0 (2024-03-05)
    • 2.2.0 (2024-01-10)
    • 2.1.2 (2023-12-08)
    • 2.1.1 (2023-12-08)
    • 2.1.0 (2023-12-07)
    • 2.0.8 (2023-12-05)
    • 2.0.7 (2023-12-05)
    • 2.0.6 (2023-11-24)
    • 2.0.5 (2023-11-22)
    • 2.0.4 (2023-11-13)
    • 2.0.3 (2023-11-07)
    • 2.0.2 (2023-11-02)
    • 2.0.1 (2023-11-02)
    • 2.0.0 (2023-10-31)
    • 1.4.0 (2023-09-04)
    • 1.3.2 (2023-05-15)
    • 1.3.1 (2023-02-27)
    • 1.3.0 (2023-01-16)
    • 1.2.1 (2022-11-30)
    • 1.2.0 (2022-09-14)
    • 1.1.2 (2022-08-17)
    • 1.1.1 (2022-08-16)
    • 1.1.0 (2022-08-11)
    • 1.0.1 (2022-02-01)
  • Contributing Guide
  • Security
Back to top
View this page

What is HWM StoreΒΆ

HWM objects are stored in HWM stores.

Known implementations:
  • MemoryHWMStore (RAM)

  • YAMLHWMStore (local file)

  • HorizonHWMStore (external API)

It is also possible to register your own HWN Store using Register own HWM Store class.

You can select store based on dict config using Detect HWM Store decorator.

Next
MemoryHWMStore
Previous
HWM Type Registry
Copyright © 2021-2025 MTS PJSC
Made with Sphinx and @pradyunsg's Furo
Last updated on Feb 15, 2024