-
Notifications
You must be signed in to change notification settings - Fork 2k
Create data hub #3833
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
Milestone
Comments
Table storage ? |
falls under blob and key/value |
Proposed hierarchy: graph TD
A(.NET Data) --> AA[Databases]
A --> AB[Data Services]
A --> AC[APIs]
AA --> AAA[Relational]
AA --> AAB[Document]
AA --> AAC[Graph]
AA --> AAD[Distributed Key/Value]
AA --> AAE[Storage / Blob]
AA --> AAF[EF Core]
AB --> ABA[LINQ]
AB --> ABB[Big Data]
AB --> ABC[Machine Learning]
AB --> ABD[ETL]
AB --> ABE[Analytics]
AB --> ABF[Events]
AC --> ACA[REST]
AC --> ACB[OData]
AC --> ACC[GraphQL]
AC --> ACD[CoreWCF]
AC --> ACE[gRPC]
AC --> ACF[SignalR]
Top level is section, nodes are cards, each card will have 2 - 6 links. |
DacFX? |
Merged
Closed per PR 3954 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is no centralized hub for .NET Data. Create one so .NET developers can easily navigate to our documentation for:
The text was updated successfully, but these errors were encountered: