From 3873262d995bbcfccc14fe95a00b3aac0af30205 Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Tue, 25 Jun 2019 16:00:02 -0500 Subject: [PATCH] flesh out todo list --- src/FilterLists.Agent/FilterLists.Agent.csproj | 1 - src/FilterLists.Agent/Program.cs | 17 ++++++++++++++++- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/src/FilterLists.Agent/FilterLists.Agent.csproj b/src/FilterLists.Agent/FilterLists.Agent.csproj index 3eaabe43a..6baab9ff6 100644 --- a/src/FilterLists.Agent/FilterLists.Agent.csproj +++ b/src/FilterLists.Agent/FilterLists.Agent.csproj @@ -27,7 +27,6 @@ - diff --git a/src/FilterLists.Agent/Program.cs b/src/FilterLists.Agent/Program.cs index 7f1ed75e7..e12fe8060 100644 --- a/src/FilterLists.Agent/Program.cs +++ b/src/FilterLists.Agent/Program.cs @@ -2,8 +2,23 @@ { public static class Program { - public static void Main(string[] args) + public static void Main() { + // get raw list urls and IDs + + // foreach + + // download raw list + + // persist raw list to disk with standardized name and overwriting the previous version + + // git add . + + // git commit + + // foreach + + // upsert into MariaDB Rules table https://stackoverflow.com/questions/15271202/mysql-load-data-infile-with-on-duplicate-key-update } } } \ No newline at end of file