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

Azure Table Storage Provider #1142

Open
rowanmiller opened this issue Nov 26, 2014 · 15 comments
Open

Azure Table Storage Provider #1142

rowanmiller opened this issue Nov 26, 2014 · 15 comments

Comments

@rowanmiller
Copy link
Contributor

Parent item to track finishing this provider once we have the core of EF7 padded out and stabilized.

@rowanmiller rowanmiller added this to the Backlog milestone Nov 26, 2014
@wangkanai
Copy link

As the Core coming to RC. How would Azure Table Storage provider start to kick in development?

@Aanhane
Copy link

Aanhane commented Sep 2, 2016

Any update on this? I'm really looking forward to implement Table Storage with EF Core!

@venkatesh-bhupathi
Copy link

Any update on this? Any timelines for making this available as released component?

@rowanmiller
Copy link
Contributor Author

@venkatesh-bhupathi The provider is currently on-hold as our team focuses on adding in the critical features that prevent folks from adopting EF Core. We do plan to bring the provider back and RTM it, but we don’t have a timeframe at this stage.

@divega
Copy link
Contributor

divega commented May 8, 2017

Consider issues #1187, #961 and #458.

@guardrex
Copy link

guardrex commented Sep 9, 2017

Does the addition of the propose-close label mean that you've decided to never support ATS in EF Core?

@ajcvickers
Copy link
Member

@guardrex The "propose-close" label is something that can be added by members of the EF team to suggest we should revisit this item to see whether or we should continue to keep this issue on the backlog. It doesn't mean we have decided to close it yet.

In this case, we may close the issue because things have moved forward in the last couple of years to a place where a Cosmos DB provider may have much more value than an ATS provider, and if the trend continues it may be that ATS is never high enough priority for our team to implement. That doesn't prevent a community driven effort to create a provider, such as is the case for many other database back-ends.

@ajcvickers
Copy link
Member

Closing this as we are focusing our efforts on Cosmos DB (initially as a document store) rather than ATS. We don't intend for the EF team to implement and maintain an ATS provider, but we would be fully supportive of community efforts to do so.

@ajcvickers ajcvickers removed this from the Backlog milestone Feb 17, 2018
@ajcvickers ajcvickers added closed-out-of-scope This is not something that will be fixed/implemented and the issue is closed. and removed propose-close labels Feb 17, 2018
@MisinformedDNA
Copy link

Adding link for reference: Writing a Database Provider

@MisinformedDNA
Copy link

@ajcvickers Since ATS and Cosmos Tables share the same API, I presume this means you aren't creating an EF provider for Cosmos Tables either. Is that right?

@ajcvickers
Copy link
Member

@MisinformedDNA It's not currently in our plans.

@ajcvickers
Copy link
Member

Re-opening to discuss in triage since other sources indicate there is still some demand for this.

@ajcvickers ajcvickers reopened this Aug 10, 2022
@ajcvickers ajcvickers added area-global and removed closed-out-of-scope This is not something that will be fixed/implemented and the issue is closed. labels Aug 11, 2022
@ajcvickers ajcvickers added this to the Backlog milestone Aug 11, 2022
@OzBob

This comment was marked as resolved.

@ErikEJ

This comment was marked as resolved.

@bakes82
Copy link

bakes82 commented Aug 25, 2023

@OzBob it is two different SDKs

@ErikEJ azure tables is both. “The Azure Tables client library can seamlessly target either Azure Table storage or Azure Cosmos DB table service endpoints with no code changes. “ I haven’t tried to connect to ast via a cosmos ef connection to know if they are different but the base api is shared between the two. Maybe like @OzBob says it’s a slightly diff connection format change and use the Cosmos implement.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests