opencybersecurityalliance / firepit

Firepit - STIX Columnar Storage
Apache License 2.0
15 stars 12 forks source link

Plugin mechanism #37

Open pcoccoli opened 3 years ago

pcoccoli commented 3 years ago

Currently, the psycopg2 package is required for postgresql support. However, if you're using sqlite3, you shouldn't need to install psycopg2. Using a plugin mechanism to separate out different "back ends" would solve this.

pcoccoli commented 1 year ago

While still not implemented, PostgreSQL support is now an "extra" which can be installed via firepit[postgres] or firepit[async-postgres]