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

Blob Storing Database Provider Module #4099

Closed
hikalkan opened this issue May 26, 2020 · 1 comment
Closed

Blob Storing Database Provider Module #4099

hikalkan opened this issue May 26, 2020 · 1 comment

Comments

@hikalkan
Copy link
Member

  • Create a new provider for the BLOB storing system (Blob Storing System #4092).
  • Implement is as a separated module.
  • Store BLOBs in a database.
  • Create EF Core & MongoDB providers
@hikalkan
Copy link
Member Author

hikalkan commented May 28, 2020

Should be like;

Solution

Volo.Abp.BlobStoring.Database.sln

Projects

Volo.Abp.BlobStoring.Database.Domain
Volo.Abp.BlobStoring.Database.Domain.Shared
Volo.Abp.BlobStoring.Database.EntityFrameworkCore
Volo.Abp.BlobStoring.Database.MongoDB

Folder

D:\Github\abp\modules\blob-storing-database

Entities

  • Container: AggregateRoot<Guid>
  • Blob: AggregateRoot<Guid>

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

2 participants