os-threat / Stix-ORM

GNU Affero General Public License v3.0
4 stars 0 forks source link

Reorganise TypeDBSource/TypeDBSink 3: Create the TypeDBStore Mixin #35

Open brettforbes opened 10 months ago

brettforbes commented 10 months ago

1 . Object and Method Model should look like this

1. TypeDBSink:

2. TypeDBSource:

3. TypeDBStore:

2. Task for this Issue

Create the TypeDBStore mixin, by copying the FileSystem Store mixin https://github.com/oasis-open/cti-python-stix2/blob/master/stix2/datastore/filesystem.py#L493