FlowzPlatform / Sprint-User-Story-Board

0 stars 0 forks source link

logging api #136

Open mohit5540 opened 5 years ago

mohit5540 commented 5 years ago

Wiki : https://github.com/FlowzPlatform/Sprint-User-Story-Board/wiki/Logging-API

denisramani commented 5 years ago

API created for create-table, Insert operations in clickhouse database. schema details are provided by JSON. API is dynamic you also can add data in selected coloums. Select Query API is in progess.

denisramani commented 5 years ago

Insert API modified with the latest schema and added logType and logLevel Column type. Select API Created that can fetch all data from a table and it also supports URL query string to get particular data in JSON format.

denisramani commented 5 years ago

UI created in vue.js that can call get data (select) API and get data from clickhouse database and shown in a table structure. you can also search particular data with given search parameters.

denisramani commented 5 years ago

With nats.io publisher and subscriber created, multiple subscribers can get JSON from the same publisher. OpenAlpr Agent has API from which we can get images with just providing uuid of that plate detection. worked on Image cropping functionality and UI modified.