-
Notifications
You must be signed in to change notification settings - Fork 0
/
version.txt
46 lines (35 loc) · 1004 Bytes
/
version.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
Version 0.1.0.0
- Insertion using Scylla DB
- Added logging for basic Operations
- Changed of utils directory
- Removed master switch
Version 0.0.1.1
- Update Operations
Version 0.0.1.0
- Changed DB, from MySQL to MongoDB
- Removed the needs of csv
Version 0.0.0.7
- Restructured the code and logics
Version 0.0.0.6
- Remove CSV_INSERT_THRESHOLD checking, Fully use timer
- Remove unwanted commands
- Add Time to Debug messages
Version 0.0.0.5
- Remove \n and spaces from Messages
- Changed Update function
- Added Dummy.py for code testing
Version 0.0.0.4
- DB connection as Utils
- Fix error for check existing records
- Changes config.yaml to config.yml to keep the consistency over projects
Version 0.0.0.3
- Master Switch uses ENV MASTER_SWITCH
Version 0.0.0.3
- Added master switch
Version 0.0.0.2
- Added DEBUG state, If true it will print out current status.
- Changed file structure
Version 0.0.0.2
- Added "Source" into payload
Version 0.0.0.1
- Init Kafka Message to MySQL script