Commit Graph

8 Commits

Author SHA1 Message Date
Mohamed Sohail 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
Mohamed Sohail 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
Mohamed Sohail d9f42005af
fix: (schema) tgrm indexes and cursor init 2022-05-03 18:46:56 +03:00
Mohamed Sohail a6f24042f5
add: cic-meta client 2022-04-29 17:04:01 +03:00
Mohamed Sohail e81a505681
fix: (ethClient) handle teardown 2022-04-29 11:12:47 +03:00
Mohamed Sohail e6651fc911
add: cicnet package
- query cicnet contracts
2022-04-29 11:09:25 +03:00
Mohamed Sohail 18359139e1
fix: migration
- add cursor descriptions
- enable search extension on indexes
2022-04-29 11:02:03 +03:00
Mohamed Sohail b7452778d5
project: init
- create dw db structure
- write remote syncer queries
2022-04-25 18:29:38 +03:00