jagql / framework

A config driven NodeJS framework implementing json:api and GraphQL
MIT License
55 stars 20 forks source link

JSONAPI-store-mongodb port #61

Open queenvictoria opened 6 years ago

queenvictoria commented 6 years ago

Hi there. I see that I need to switch from jsonapi-store-mongodb to one that is supports jagql/framework. Any tips on how to create the port myself ahead of your version?

championswimmer commented 6 years ago

Mainly needs to deal with the uuid vs autoincrement bit. Other than that, everything else should work out of the box I guess

On Wed 30 May, 2018, 11:24 AM Mr Snow, notifications@github.com wrote:

Hi there. I see that I need to switch from jsonapi-store-mongodb to one that is supports jagql/framework. Any tips on how to create the port myself ahead of your version?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/jagql/framework/issues/61, or mute the thread https://github.com/notifications/unsubscribe-auth/ABQ_ylo_QJmXZiZzt13og-d7GrZCVsqIks5t3jQGgaJpZM4USo72 .

Redsandro commented 6 years ago

I was looking for this, thought it was already available somewhere:

You'd want to use our version of jsonapi-store-[*] plugins with this as the original versions will not be compatible with this

@championswimmer any thought on if/when this is on the roadmap?

championswimmer commented 6 years ago

It'll take 2-3 weeks

On Sat 7 Jul, 2018, 5:03 PM Sander Steenhuis, notifications@github.com wrote:

I was looking for this, thought it was already available somewhere:

You'd want to use our version of jsonapi-store-[*] plugins with this as the original versions will not be compatible with this

@championswimmer https://github.com/championswimmer any thought on if/when this is on the roadmap?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/jagql/framework/issues/61#issuecomment-403209143, or mute the thread https://github.com/notifications/unsubscribe-auth/ABQ_yuZyihsShBqhumnGLL_DjkNe0Bvvks5uEJyAgaJpZM4USo72 .

Redsandro commented 6 years ago

@championswimmer thanks for the update. Do you know if this version will be backwards compatible with a database created with the holidayextras version?

championswimmer commented 6 years ago

Yes, backwards compatible it definitely will be.

On Mon 9 Jul, 2018, 2:14 AM Sander Steenhuis, notifications@github.com wrote:

@championswimmer https://github.com/championswimmer thanks for the update. Do you know if this version will be backwards compatible with a database created with the holidayextras version?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/jagql/framework/issues/61#issuecomment-403315811, or mute the thread https://github.com/notifications/unsubscribe-auth/ABQ_ykHSsuPu9lIcVL7iYKKTP1a72BNAks5uEm8wgaJpZM4USo72 .

championswimmer commented 6 years ago

Update: Working on this right now this week. Sorry for a bit of delay.