Sunday, July 26, 2020

How to make a local CDN like service

As the title says we want to make CDN like service for our own network. We are ISP and we started working in another city and we need a CDN for our http storage server.

We are running a server which is only website and database storing location of data and there is another server which stores data only.

Now we want to access our storage server outside city but we want a system that delivers content from the server close to them i mean in same city.

We want to put only one url link in database for each file, the main storage server is in one city and all files will be fetched from it then it serves from its cache in cities we will deploy CDN.

So how should we do it ?



No comments:

Post a Comment