jeremydaly / data-api-client

A "DocumentClient" for the Amazon Aurora Serverless Data API
MIT License
441 stars 62 forks source link

IS THIS REPOSITORY STILL MAINTAINED? #113

Open onhate opened 2 years ago

onhate commented 2 years ago

I see several PRs dating back to March adding features like parsing array, JSON, dates and other things that are hanging here without any interaction from @jeremydaly.

Just wondering if a fork of this project would be the way to go and if the community would follow this fork.

ffxsam commented 2 years ago

Hey! Apologies, but I think a fork would be a good idea. I think Jeremy is pretty busy these days, as am I.

I am planning to write a brand new TypeScript version of this tool for Postgres only, that'll depend on knex for query building. But I won't get around to it anytime soon.

jeremydaly commented 2 years ago

@onhate, I can add you as a contributor if you've got time to work on this?

onhate commented 2 years ago

that would be good, I can start by filtering out PRs by priority and work with the contributors to merge them

gshanbhag525 commented 1 year ago

@jeremydaly @ffxsam Data api feature is not present for AWS serverless db v2. And by the end of 2023 they mostly will be ending support of data api for v1. Since aws is moving away from data api for serverless db, What do you suggest.

ffxsam commented 1 year ago

@gshanbhag525 RDS Proxy is essentially the replacement for Data API.

Where did you see details about Data API being removed from v1 by the end of next year?

QAnders commented 2 months ago

@jeremydaly @ffxsam Data api feature is not present for AWS serverless db v2. And by the end of 2023 they mostly will be ending support of data api for v1. Since aws is moving away from data api for serverless db, What do you suggest.

This is not true at all!!!

AWS is actually expanding the usage of Data-API and we now have Data-API not only for Aurora Serverless, but for RDS Aurora as well, sure, it was a loooong wait before AWS got there but their whole new AppSync native JS resolvers adopt the Data-API so it's long from dead!

We couldn't remain on AWS-SDK v2 so we forked it to https://www.npmjs.com/package/@qvalia/knex-aws-data-api Maybe you can implement some from there?

evanmrose commented 2 months ago

Bless you @QAnders! I was about to have to write this myself you just saved me a lot of time.