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

Create data hub #3833

Closed
JeremyLikness opened this issue Apr 22, 2022 · 5 comments
Closed

Create data hub #3833

JeremyLikness opened this issue Apr 22, 2022 · 5 comments
Assignees
Milestone

Comments

@JeremyLikness
Copy link
Member

There is no centralized hub for .NET Data. Create one so .NET developers can easily navigate to our documentation for:

  • relational, document, and graph databases
  • ORM (EF Core)
  • distributed cache, key/value store – Orleans, Azure Redis
  • blob storage
  • event management (bus, queue, event store)
  • API (gRPC, SignalR, OData, GraphQL)
  • serialization – Text.Json, Xml
  • big data - .NET for Spark
  • machine learning – ML.NET
  • ETL - Synapse
@JeremyLikness JeremyLikness self-assigned this Apr 22, 2022
@JeremyLikness JeremyLikness transferred this issue from dotnet/efcore Apr 22, 2022
@ErikEJ
Copy link
Contributor

ErikEJ commented Apr 22, 2022

Table storage ?

@JeremyLikness
Copy link
Member Author

Table storage ?

falls under blob and key/value

@ajcvickers ajcvickers added this to the 7.0.0 milestone Apr 22, 2022
@JeremyLikness
Copy link
Member Author

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]
Loading

Top level is section, nodes are cards, each card will have 2 - 6 links.

@ErikEJ
Copy link
Contributor

ErikEJ commented Apr 23, 2022

DacFX?

@JeremyLikness
Copy link
Member Author

Closed per PR 3954

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

No branches or pull requests

3 participants