2024-12-05 07:57:51 -06:00
|
|
|
|
|
|
|
WuttaSync
|
|
|
|
=========
|
|
|
|
|
|
|
|
This package adds data import/export and real-time sync utilities for
|
|
|
|
the `Wutta Framework <https://wuttaproject.org>`_.
|
|
|
|
|
2024-12-07 18:14:11 -06:00
|
|
|
*(NB. the real-time sync has not been added yet.)*
|
2024-12-05 21:19:06 -06:00
|
|
|
|
2024-12-07 18:14:11 -06:00
|
|
|
The primary use cases in mind are:
|
|
|
|
|
|
|
|
* keep operational data in sync between various business systems
|
2024-12-05 21:19:06 -06:00
|
|
|
* import data from user-specified file
|
|
|
|
* export to file
|
|
|
|
|
|
|
|
This isn't really meant to replace typical ETL tools; it is smaller
|
|
|
|
scale and (hopefully) more flexible.
|
|
|
|
|
2024-12-05 07:57:51 -06:00
|
|
|
While it of course supports import/export to/from the Wutta :term:`app
|
|
|
|
database`, it may be used for any "source → target" data flow.
|
|
|
|
|
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 2
|
|
|
|
:caption: Documentation
|
|
|
|
|
2024-12-06 09:06:45 -06:00
|
|
|
glossary
|
2024-12-05 07:57:51 -06:00
|
|
|
narr/install
|
2024-12-07 18:14:11 -06:00
|
|
|
narr/cli/index
|
|
|
|
narr/concepts
|
|
|
|
narr/custom/index
|
2024-12-05 07:57:51 -06:00
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 1
|
|
|
|
:caption: API
|
|
|
|
|
|
|
|
api/wuttasync
|
2024-12-05 21:19:06 -06:00
|
|
|
api/wuttasync.cli
|
|
|
|
api/wuttasync.cli.base
|
|
|
|
api/wuttasync.cli.import_csv
|
2024-12-05 07:57:51 -06:00
|
|
|
api/wuttasync.importing
|
|
|
|
api/wuttasync.importing.base
|
|
|
|
api/wuttasync.importing.csv
|
|
|
|
api/wuttasync.importing.handlers
|
|
|
|
api/wuttasync.importing.model
|
|
|
|
api/wuttasync.importing.wutta
|
|
|
|
api/wuttasync.util
|