1
0
mirror of https://github.com/akpaevj/OneSTools.TechLog.git synced 2025-07-12 22:40:19 +02:00
This commit is contained in:
Акпаев Евгений Александрович
2020-11-10 14:46:15 +03:00
2 changed files with 7 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# This is a basic workflow to help you get started with Actions
name: CI
name: Publish Nuget
# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the master branch
@ -25,3 +25,6 @@ jobs:
#Publish
- name: Publish NuGet
uses: rohith/publish-nuget@v2.5.0
with:
# Filepath of the project to be packaged, relative to root of repository
PROJECT_FILE_PATH: OneSTools.TechLog/OneSTools.TechLog.csproj

View File

@ -24,3 +24,6 @@ private void EventHandler(Dictionary<string, string> eventData)
}
}
```
TO DO:
Сделать realime чтение и экспорт данных в MongoDB/Elastic/Clickhouse(возможно динамически выполнять alter table для новых свойств, имитируя таким образом работу с документами, т.е. неструктурированными и ненормализованными данными)