Skip to content

taidangduc/object-storage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Object Storage

Practical implementation messaging and storage with cloud services.

Architecture

flowchart LR
  X[Browser] --> A[Frontend]
  A --> B[C# API]
  B --> C[Storage]
  B --> D[Messaging]
  B --> E[Database]
  D --> |Event Trigger| F[Background Worker<br/>or Serverless]
  F --> C
  F --> E
Loading

Storage Providers

Storage Status Path
Azure Blob Storage /Storage/Azure
Azure File Share
Google Cloud Storage
Amazon S3
Fake /Storage/Fake

Messaging Providers

Messaging Status Path
Azure Queue Storage /Messaging/AzureQueueStorage
Azure Service Bus
RabbitMQ
Kafka
Fake /Messaging/Fake

How to Build and Run Single Page Applications:

React:

npm install
npm run dev

image

Demo

image

About

Practical implementation messaging and storage with cloud services.

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors