6b71657e5b
sohail/update deps structure ( #5 )
...
* refactor: syncer structure
- move syncer jobs to internal dir
* refactor: queries struct and pkg updates
- update cic-go to latest
- separate sql queries by logic
* ci: add dependabot
2022-05-11 12:32:11 +03:00
659007e563
fix: (sql) lower case addresses for easier joins
...
- add schema docs
2022-05-05 14:56:22 +03:00
1c65a11460
add: ussd and cache syncer tasks
...
- no repeat on failure, picked up on next schedule
- enforce uniq on users and tx table to prevent duplicates
2022-05-03 21:37:48 +03:00
05ab865c63
add: token syncer
...
core:
- add koanf for runtime config loading
- cicnet connection must dial else panic
- add db connection init
- add goyesql for convenient querying
- add async tasker processor (scheduler, processor)
dev:
- add redis server to dev docker-compose
- update volume to prune-able local
2022-05-03 18:54:51 +03:00
b7452778d5
project: init
...
- create dw db structure
- write remote syncer queries
2022-04-25 18:29:38 +03:00