dgkanatsios / azuregameserversscalingkubernetes

Scaling Dedicated Game Servers on Azure Kubernetes Service
MIT License
39 stars 16 forks source link

Table Storage #5

Closed dgkanatsios closed 6 years ago

dgkanatsios commented 6 years ago

Right now, we're using Table Storage as the backend storage for the project. Is it the best option? Can we provide alternatives? Maybe create a storage interface?

dgkanatsios commented 6 years ago

Effort on remove-table-storage branch to completely get rid of table storage https://github.com/dgkanatsios/AzureGameServersScalingKubernetes/tree/remove-table-storage

dgkanatsios commented 6 years ago

Table Storage removed in #11