purpose_dictionary.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158
  1. {
  2. "ThirdParty": {
  3. "path": "Share/ExternalShare/ThirdParty",
  4. "abbr": [
  5. "ThirdParty"
  6. ]
  7. },
  8. "ServiceProvider": {
  9. "path": "Share/ExternalShare/ServiceProvider",
  10. "abbr": [
  11. "ServiceProvider",
  12. "share",
  13. "send",
  14. "upload"
  15. ]
  16. },
  17. "Consultant": {
  18. "path": "Share/ExternalShare/Consultant",
  19. "abbr": [
  20. "Consultant"
  21. ]
  22. },
  23. "InternalShare": {
  24. "path": "Share/InternalShare",
  25. "abbr": [
  26. "InternalShare"
  27. ]
  28. },
  29. "File": {
  30. "path": "Store/Local/File",
  31. "abbr": [
  32. "SaveFile",
  33. "write",
  34. "csv"
  35. ]
  36. },
  37. "Directory": {
  38. "path": "Store/Local/Directory",
  39. "abbr": [
  40. "Directory",
  41. "savedir",
  42. "savePath",
  43. "saveto"
  44. ]
  45. },
  46. "Database": {
  47. "path": "Store/Local/Database",
  48. "abbr": [
  49. "save",
  50. "savedb",
  51. "Database",
  52. "sql"
  53. ]
  54. },
  55. "Kafka": {
  56. "path": "Store/MessagingSystem/Kafka",
  57. "abbr": [
  58. "Kafka",
  59. "topic",
  60. "produce",
  61. "consume",
  62. "Kafkaproducer"
  63. ]
  64. },
  65. "NATS": {
  66. "path": "Store/MessagingSystem/NATS",
  67. "abbr": [
  68. "NATS",
  69. "publish"
  70. ]
  71. },
  72. "Azure": {
  73. "path": "Store/CloudService/Azure",
  74. "abbr": [
  75. "Azure"
  76. ]
  77. },
  78. "S3": {
  79. "path": "Store/CloudService/S3",
  80. "abbr": [
  81. "S3",
  82. "boto",
  83. "boto3"
  84. ]
  85. },
  86. "ML": {
  87. "path": "Usage/Analyze/ML",
  88. "abbr": [
  89. "predict",
  90. "train"
  91. ]
  92. },
  93. "BI": {
  94. "path": "Usage/Analyze/BI",
  95. "abbr": [
  96. "Business"
  97. ]
  98. },
  99. "Visualize": {
  100. "path": "Usage/Visualize",
  101. "abbr": [
  102. "Visualize",
  103. "lmplot",
  104. "seaborn",
  105. "matplotlib",
  106. "plot",
  107. "cv2",
  108. "opencv",
  109. "pillow",
  110. "bokeh",
  111. "missingno",
  112. "leather",
  113. "show",
  114. "render",
  115. "draw"
  116. ]
  117. },
  118. "Archive": {
  119. "path": "Usage/Archive",
  120. "abbr": [
  121. "Archive",
  122. "delete"
  123. ]
  124. },
  125. "Hash": {
  126. "path": "Usage/Anonymize/Hash",
  127. "abbr": [
  128. "Hash",
  129. "sha256"
  130. ]
  131. },
  132. "Truncate": {
  133. "path": "Usage/Anonymize/Truncate",
  134. "abbr": [
  135. "Truncate"
  136. ]
  137. },
  138. "Pseudonym": {
  139. "path": "Usage/Anonymize/Pseudonym",
  140. "abbr": [
  141. "Pseudonym",
  142. "alias"
  143. ]
  144. },
  145. "Store": {
  146. "path": "Store",
  147. "abbr": [
  148. "execute",
  149. "add"
  150. ]
  151. },
  152. "encrypt": {
  153. "path": "Usage/Anonymize/Encrypt",
  154. "abbr": [
  155. "Encrypt"
  156. ]
  157. }
  158. }