Skip to content
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

Add support for Mongo JDBC as JobStore #875

Closed
erikrz opened this issue Dec 22, 2022 · 3 comments
Closed

Add support for Mongo JDBC as JobStore #875

erikrz opened this issue Dec 22, 2022 · 3 comments
Labels
is:feature New feature stale Inactive items that will be automatically closed if not resurrected

Comments

@erikrz
Copy link

erikrz commented Dec 22, 2022

Hello,

Recently Mongo has released a JDBC driver for their Atlas Services.

This is the reference site for the mongo JDBC driver: www.mongodb.com/docs/atlas/data-federation/query/sql/drivers/jdbc/connect

This is the maven artifact: https://search.maven.org/artifact/org.mongodb/mongodb-jdbc

For the latest version, which at the time of writing this issue is version 2.0.1, the driver Class Name is: com.mongodb.jdbc.MongoDriver

Can you add support for this driver? i.e. create a suitable SQL file here? https://github.com/quartz-scheduler/quartz/tree/master/quartz-core/src/main/resources/org/quartz/impl/jdbcjobstore

Any help provided is appreciated. Thanks in advance,
Erik

@mp911de
Copy link

mp911de commented Feb 13, 2023

This support doesn't make sense as the Atlas SQL API is read-only. Instead, having JobStore with a proper MongoDB client implementation would be useful.

@jhouserizer jhouserizer added the is:feature New feature label Apr 4, 2023
@jhouserizer
Copy link
Contributor

Contributions are welcome. 😉

@stale
Copy link

stale bot commented Jul 9, 2023

Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward? This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.

@stale stale bot added the stale Inactive items that will be automatically closed if not resurrected label Jul 9, 2023
@stale stale bot closed this as completed Jul 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
is:feature New feature stale Inactive items that will be automatically closed if not resurrected
Projects
None yet
Development

No branches or pull requests

3 participants