43 lines
993 B
ReStructuredText
43 lines
993 B
ReStructuredText
|
|
WuttaSync
|
|
=========
|
|
|
|
This package adds data import/export and real-time sync utilities for
|
|
the `Wutta Framework <https://wuttaproject.org>`_.
|
|
|
|
The primary use cases here are:
|
|
|
|
* keep "operational" data in sync between e.g. various business systems
|
|
* 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.
|
|
|
|
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
|
|
|
|
narr/install
|
|
narr/cli
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
:caption: API
|
|
|
|
api/wuttasync
|
|
api/wuttasync.cli
|
|
api/wuttasync.cli.base
|
|
api/wuttasync.cli.import_csv
|
|
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
|