Skip to content
/ Titus Public

A Console Application For Read Excel File and Insert it to TheRedis

Notifications You must be signed in to change notification settings

abowfzl/Titus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Name

Titus

Usage

Read Huge Data From Ecxel (like 500,000 Rows that use in Project) And Insert To Database.

Summery

Read Excel File And Check Dublicated Value And Insert Values to Redis In Program.cs ,
Read again from Redis and Insert to SQL With Fastest Performance.

Steps

  1. Open Excel Stream and Read Data.
  2. Validate Data and Insert Data In Redis.
  3. Read Data From Redis.
  4. Insert Data In SQL.

About

An Cosole Application built with .Net 5 with 2 ClassLibrary (3 Layer (Core, Domain, Service)).

Repository Pattern For EF DbContext and Redis Wrapper in Core Layer,
Models In Domain,
Services and Distributed CacheManager Methods Implemention In Service Layer,
Unit Tests with Moq Repository and Fake Services for Test Domain Services In UnitTest

Built With

Redis

Working with Excel:

Unit Test:

About

A Console Application For Read Excel File and Insert it to TheRedis

Topics

Resources

Stars

Watchers

Forks

Languages