diffsync
diffsync copied to clipboard
A utility library for comparing and synchronizing different datasets.
### Environment * DiffSync version: 1.9.0 ### Proposed Functionality This change proposes to 1) add a load() class-method to DiffSyncModel and 2) augments DiffSync.load() such that it will call each...
### Environment * DiffSync version: 1.9.0 ### Proposed Functionality DiffSync currently establishes its own logger method. This feature would allow the user of DiffSync to pass in a structlog logger...
I see a couple of problems with the [API docs](https://diffsync.readthedocs.io/en/latest/api/diffsync.html): - [ ] The API reference wraps in the middle of the page - [ ] Code snippets don't use...
### Environment * DiffSync version: 1.x ### Proposed Functionality Provide the ability to sync updates as they happen. This may be a specific implementation of #142, but I think it...
It would be nice to have a function on the `DiffSync` class that allows for returning a set of objects from the store according to a set of filter parameters.
### Environment * DiffSync version: 1.7.0 ### Proposed Functionality children could have multiple parents to represent more real use cases. ### Use Case An `ipaddress` could belong to an `interface`...
### Environment * DiffSync version: latest ### Proposed Functionality Provide a framework for the automation of adapter unit tests. ### Use Case It gets cumbersome to test updating of each...
### Environment * DiffSync version: ### Proposed Functionality Have `add_child` implicitly call `add`, removing the need for both calls. ### Use Case I don't think there is use in doing...
### Environment * DiffSync version: latest ### Proposed Functionality Allow for models to have a model of their own type as children. ### Use Case When modelling locations for example,...
### Environment * DiffSync version: latest ### Proposed Functionality Add documentation around all public parts of the API. We are already generating documentation for a good amount of things from...