-
Notifications
You must be signed in to change notification settings - Fork 111
refactor!(server): drop Cassandra support #361
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
* docs(webhooks): create webhooks API spec
* docs(webhooks): create webhooks API spec
* docs(webhooks): create webhooks API spec
… webhooks-jobs-integration
|
|
||
| const databaseConfig = require('../../../config/databaseConfig'); | ||
| const cassandraConnector = require('./cassandra/cassandraConnector'); | ||
| const sequelizeConnector = require('./sequelize/sequelizeConnector'); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can be changed to databaseConnector
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
|
@NivLipetz @syncush We need to update our readme from now that 1.5 dropping Cassandra support. and master will drop support for some specific date. |
|
Would you like me to create a pr? |
|
Would be great |
5ce37c5 to
e8a6dbc
Compare
As discussed with @NivLipetz, this PR drops predator's Cassandra support