@golemio/fcd 1.2.9-dev.1288655960 → 1.2.10-dev.1439696418
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/db/example/sql_dump.sql +15 -15
- package/db/migrations/postgresql/.config.json +1 -1
- package/dist/input-gateway/FloatingCarDataRouter.d.ts +0 -1
- package/dist/input-gateway/FloatingCarDataRouter.js +0 -9
- package/dist/input-gateway/FloatingCarDataRouter.js.map +1 -1
- package/dist/output-gateway/FCDRouter.d.ts +5 -3
- package/dist/output-gateway/FCDRouter.js +7 -5
- package/dist/output-gateway/FCDRouter.js.map +1 -1
- package/dist/output-gateway/ioc/Di.d.ts +3 -0
- package/dist/output-gateway/ioc/Di.js +8 -0
- package/dist/output-gateway/ioc/Di.js.map +1 -0
- package/docs/assets/schemas/floating_car_data_schema.xml +18254 -18254
- package/docs/index.md +3 -0
- package/docs/openapi-output.yaml +6 -0
- package/package.json +2 -2
package/db/example/sql_dump.sql
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
INSERT INTO fcd_traff_params_part
|
|
2
|
-
(publication_time, source_identification, measurement_or_calculation_time, predefined_location, version_of_predefined_location, traffic_level, queue_exists, queue_length, from_point, to_point, data_quality, input_values, average_vehicle_speed, travel_time, free_flow_travel_time, free_flow_speed, create_batch_id, created_at, created_by, update_batch_id, updated_at, updated_by)
|
|
3
|
-
VALUES('2021-09-21 01:36:59.000', 'TS10125T10123', '2021-09-21 01:36:01.000', 'TS10125T10123', 2, 'level2', false, NULL, NULL, NULL, 0.5, 1, 35, 31, 23, 46, NULL, '2021-10-18 11:01:16.534', NULL, NULL, '2021-10-18 11:01:16.534', NULL);
|
|
4
|
-
INSERT INTO fcd_traff_params_part
|
|
5
|
-
(publication_time, source_identification, measurement_or_calculation_time, predefined_location, version_of_predefined_location, traffic_level, queue_exists, queue_length, from_point, to_point, data_quality, input_values, average_vehicle_speed, travel_time, free_flow_travel_time, free_flow_speed, create_batch_id, created_at, created_by, update_batch_id, updated_at, updated_by)
|
|
6
|
-
VALUES('2021-09-21 01:36:59.000', 'TS10127T19629', '2021-09-21 01:36:01.000', 'TS10127T19629', 2, 'level1', false, NULL, NULL, NULL, 0.5, 1, 47, 26, 25, 48, NULL, '2021-10-18 11:01:16.534', NULL, NULL, '2021-10-18 11:01:16.534', NULL);
|
|
7
|
-
INSERT INTO fcd_traff_params_part
|
|
8
|
-
(publication_time, source_identification, measurement_or_calculation_time, predefined_location, version_of_predefined_location, traffic_level, queue_exists, queue_length, from_point, to_point, data_quality, input_values, average_vehicle_speed, travel_time, free_flow_travel_time, free_flow_speed, create_batch_id, created_at, created_by, update_batch_id, updated_at, updated_by)
|
|
9
|
-
VALUES('2021-09-21 01:36:59.000', 'TS10182T24828', '2021-09-21 01:36:01.000', 'TS10182T24828', 2, 'level1', false, NULL, NULL, NULL, 0.833, 3, 91, 87, 106, 76, NULL, '2021-10-18 11:01:16.534', NULL, NULL, '2021-10-18 11:01:16.534', NULL);
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
DELETE from traffic.rsd_tmc_osm_mapping;
|
|
13
|
-
|
|
14
|
-
INSERT INTO traffic.rsd_tmc_osm_mapping (lt_start,lt_end,osm_path) VALUES
|
|
15
|
-
(10125,10123,'[1837041102, 8418051939, 7881860434, 1837022954, 1837022956, 1837022966, 977504781, 8404188228, 5216395186, 2674815365, 977504746, 8402974140, 1017997574, 1017997516, 1017997560, 1017997515, 8403075909, 8403127730, 8403075911, 8403075912, 8403127735]'),
|
|
1
|
+
INSERT INTO fcd_traff_params_part
|
|
2
|
+
(publication_time, source_identification, measurement_or_calculation_time, predefined_location, version_of_predefined_location, traffic_level, queue_exists, queue_length, from_point, to_point, data_quality, input_values, average_vehicle_speed, travel_time, free_flow_travel_time, free_flow_speed, create_batch_id, created_at, created_by, update_batch_id, updated_at, updated_by)
|
|
3
|
+
VALUES('2021-09-21 01:36:59.000', 'TS10125T10123', '2021-09-21 01:36:01.000', 'TS10125T10123', 2, 'level2', false, NULL, NULL, NULL, 0.5, 1, 35, 31, 23, 46, NULL, '2021-10-18 11:01:16.534', NULL, NULL, '2021-10-18 11:01:16.534', NULL);
|
|
4
|
+
INSERT INTO fcd_traff_params_part
|
|
5
|
+
(publication_time, source_identification, measurement_or_calculation_time, predefined_location, version_of_predefined_location, traffic_level, queue_exists, queue_length, from_point, to_point, data_quality, input_values, average_vehicle_speed, travel_time, free_flow_travel_time, free_flow_speed, create_batch_id, created_at, created_by, update_batch_id, updated_at, updated_by)
|
|
6
|
+
VALUES('2021-09-21 01:36:59.000', 'TS10127T19629', '2021-09-21 01:36:01.000', 'TS10127T19629', 2, 'level1', false, NULL, NULL, NULL, 0.5, 1, 47, 26, 25, 48, NULL, '2021-10-18 11:01:16.534', NULL, NULL, '2021-10-18 11:01:16.534', NULL);
|
|
7
|
+
INSERT INTO fcd_traff_params_part
|
|
8
|
+
(publication_time, source_identification, measurement_or_calculation_time, predefined_location, version_of_predefined_location, traffic_level, queue_exists, queue_length, from_point, to_point, data_quality, input_values, average_vehicle_speed, travel_time, free_flow_travel_time, free_flow_speed, create_batch_id, created_at, created_by, update_batch_id, updated_at, updated_by)
|
|
9
|
+
VALUES('2021-09-21 01:36:59.000', 'TS10182T24828', '2021-09-21 01:36:01.000', 'TS10182T24828', 2, 'level1', false, NULL, NULL, NULL, 0.833, 3, 91, 87, 106, 76, NULL, '2021-10-18 11:01:16.534', NULL, NULL, '2021-10-18 11:01:16.534', NULL);
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
DELETE from traffic.rsd_tmc_osm_mapping;
|
|
13
|
+
|
|
14
|
+
INSERT INTO traffic.rsd_tmc_osm_mapping (lt_start,lt_end,osm_path) VALUES
|
|
15
|
+
(10125,10123,'[1837041102, 8418051939, 7881860434, 1837022954, 1837022956, 1837022966, 977504781, 8404188228, 5216395186, 2674815365, 977504746, 8402974140, 1017997574, 1017997516, 1017997560, 1017997515, 8403075909, 8403127730, 8403075911, 8403075912, 8403127735]'),
|
|
16
16
|
(10127,19629,'[29381030, 29403193, 338604070, 29381028, 338604072, 29403192, 2681371748, 1138616634, 2681371747, 308815174,1138624651, 29403191]');
|
|
@@ -11,9 +11,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
11
11
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
12
|
exports.floatingCarDataRouter = exports.FloatingCarDataRouter = void 0;
|
|
13
13
|
const FcdPragueController_1 = require("./FcdPragueController");
|
|
14
|
-
const LoggerEmitter_1 = require("@golemio/core/dist/helpers/logger/LoggerEmitter");
|
|
15
14
|
const CheckContentTypeMiddleware_1 = require("@golemio/core/dist/input-gateway/helpers/CheckContentTypeMiddleware");
|
|
16
|
-
const ioc_1 = require("@golemio/core/dist/input-gateway/ioc");
|
|
17
15
|
const express_1 = require("@golemio/core/dist/shared/express");
|
|
18
16
|
const FcdRegionsController_1 = require("./FcdRegionsController");
|
|
19
17
|
class FloatingCarDataRouter {
|
|
@@ -34,19 +32,12 @@ class FloatingCarDataRouter {
|
|
|
34
32
|
this.floatingCarData = (controller, req, res, next) => __awaiter(this, void 0, void 0, function* () {
|
|
35
33
|
try {
|
|
36
34
|
yield controller.processData(req.body);
|
|
37
|
-
const numberOfRecords = (JSON.stringify(req.body.d2LogicalModel.payloadPublication.elaboratedData || {}).match(/basicData/g) || []).length;
|
|
38
|
-
const metrics = {
|
|
39
|
-
numberOfRecords,
|
|
40
|
-
req,
|
|
41
|
-
};
|
|
42
|
-
this.loggerEmitter.emit(LoggerEmitter_1.LoggerEventType.NumberOfRecords, metrics);
|
|
43
35
|
res.sendStatus(204);
|
|
44
36
|
}
|
|
45
37
|
catch (err) {
|
|
46
38
|
next(err);
|
|
47
39
|
}
|
|
48
40
|
});
|
|
49
|
-
this.loggerEmitter = ioc_1.InputGatewayContainer.resolve(ioc_1.ContainerToken.LoggerEmitter);
|
|
50
41
|
this.initRoutes();
|
|
51
42
|
}
|
|
52
43
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FloatingCarDataRouter.js","sourceRoot":"","sources":["../../src/input-gateway/FloatingCarDataRouter.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,+DAA8D;AAC9D,
|
|
1
|
+
{"version":3,"file":"FloatingCarDataRouter.js","sourceRoot":"","sources":["../../src/input-gateway/FloatingCarDataRouter.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,+DAA8D;AAC9D,oHAAiH;AACjH,+DAA4F;AAE5F,iEAA8D;AAE9D,MAAa,qBAAqB;IAM9B;QALO,WAAM,GAAW,IAAA,gBAAM,GAAE,CAAC;QAEzB,wBAAmB,GAAG,IAAI,yCAAmB,EAAE,CAAC;QAChD,yBAAoB,GAAG,IAAI,2CAAoB,EAAE,CAAC;QAMlD,eAAU,GAAG,GAAS,EAAE;YAC5B,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,WAAW,EAAE,IAAA,uDAA0B,EAAC,CAAC,UAAU,EAAE,iBAAiB,CAAC,CAAC,EAAE,IAAI,CAAC,SAAS,CAAC,CAAC;YAC3G,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,mBAAmB,EAAE,IAAA,uDAA0B,EAAC,CAAC,UAAU,EAAE,iBAAiB,CAAC,CAAC,EAAE,IAAI,CAAC,UAAU,CAAC,CAAC;QACxH,CAAC,CAAC;QAEM,cAAS,GAAG,CAAO,GAAY,EAAE,GAAa,EAAE,IAAkB,EAAiB,EAAE;YACzF,MAAM,IAAI,CAAC,eAAe,CAAC,IAAI,CAAC,mBAAmB,EAAE,GAAG,EAAE,GAAG,EAAE,IAAI,CAAC,CAAC;QACzE,CAAC,CAAA,CAAC;QAEM,eAAU,GAAG,CAAO,GAAY,EAAE,GAAa,EAAE,IAAkB,EAAiB,EAAE;YAC1F,MAAM,IAAI,CAAC,eAAe,CAAC,IAAI,CAAC,oBAAoB,EAAE,GAAG,EAAE,GAAG,EAAE,IAAI,CAAC,CAAC;QAC1E,CAAC,CAAA,CAAC;QAEM,oBAAe,GAAG,CACtB,UAAiC,EACjC,GAAY,EACZ,GAAa,EACb,IAAkB,EACL,EAAE;YACf,IAAI;gBACA,MAAM,UAAU,CAAC,WAAW,CAAC,GAAG,CAAC,IAAI,CAAC,CAAC;gBAEvC,GAAG,CAAC,UAAU,CAAC,GAAG,CAAC,CAAC;aACvB;YAAC,OAAO,GAAG,EAAE;gBACV,IAAI,CAAC,GAAG,CAAC,CAAC;aACb;QACL,CAAC,CAAA,CAAC;QA7BE,IAAI,CAAC,UAAU,EAAE,CAAC;IACtB,CAAC;CA6BJ;AArCD,sDAqCC;AAED,MAAM,qBAAqB,GAAG,IAAI,qBAAqB,EAAE,CAAC,MAAM,CAAC;AAExD,sDAAqB"}
|
|
@@ -1,14 +1,16 @@
|
|
|
1
1
|
/// <reference types="express" />
|
|
2
|
-
import { NextFunction, Request, Response, Router } from "@golemio/core/dist/shared/express";
|
|
3
|
-
import { BaseRouter } from "@golemio/core/dist/output-gateway/routes/BaseRouter";
|
|
4
|
-
import { FloatingCarDataModel, FloatingCarWithOsmPathDataModel, FloatingCarExtendedDataModel, FloatingCarWithOsmPathExtendedDataModel } from "./models";
|
|
5
2
|
import { OutputFloatingCarDataTransformation } from "./transformations/OutputFloatingCarDataTransformation";
|
|
3
|
+
import { CacheHeaderMiddleware } from "@golemio/core/dist/output-gateway/CacheHeaderMiddleware";
|
|
4
|
+
import { BaseRouter } from "@golemio/core/dist/output-gateway/routes/BaseRouter";
|
|
5
|
+
import { NextFunction, Request, Response, Router } from "@golemio/core/dist/shared/express";
|
|
6
|
+
import { FloatingCarDataModel, FloatingCarExtendedDataModel, FloatingCarWithOsmPathDataModel, FloatingCarWithOsmPathExtendedDataModel } from "./models";
|
|
6
7
|
export declare class FCDRouter extends BaseRouter {
|
|
7
8
|
protected floatingCarDataModel: FloatingCarDataModel;
|
|
8
9
|
protected floatingCarWithOsmPathDataModel: FloatingCarWithOsmPathDataModel;
|
|
9
10
|
protected floatingCarExtendedDataModel: FloatingCarExtendedDataModel;
|
|
10
11
|
protected floatingCarWithOsmPathExtendedDataModel: FloatingCarWithOsmPathExtendedDataModel;
|
|
11
12
|
private outputFloatingCarDataTransformation;
|
|
13
|
+
protected cacheHeaderMiddleware: CacheHeaderMiddleware;
|
|
12
14
|
constructor(floatingCarDataModel: FloatingCarDataModel, floatingCarWithOsmPathDataModel: FloatingCarWithOsmPathDataModel, floatingCarExtendedDataModel: FloatingCarExtendedDataModel, floatingCarWithOsmPathExtendedDataModel: FloatingCarWithOsmPathExtendedDataModel, outputFloatingCarDataTransformation: OutputFloatingCarDataTransformation);
|
|
13
15
|
GetFloatingCarData: (req: Request, res: Response, next: NextFunction) => Promise<void>;
|
|
14
16
|
}
|
|
@@ -10,13 +10,14 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
10
10
|
};
|
|
11
11
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
12
|
exports.fcdRouter = exports.FCDRouter = void 0;
|
|
13
|
+
const Di_1 = require("./ioc/Di");
|
|
14
|
+
const OutputFloatingCarDataTransformation_1 = require("./transformations/OutputFloatingCarDataTransformation");
|
|
15
|
+
const Validation_1 = require("@golemio/core/dist/output-gateway/Validation");
|
|
16
|
+
const ioc_1 = require("@golemio/core/dist/output-gateway/ioc");
|
|
17
|
+
const BaseRouter_1 = require("@golemio/core/dist/output-gateway/routes/BaseRouter");
|
|
13
18
|
const express_validator_1 = require("@golemio/core/dist/shared/express-validator");
|
|
14
19
|
const golemio_errors_1 = require("@golemio/core/dist/shared/golemio-errors");
|
|
15
|
-
const redis_1 = require("@golemio/core/dist/output-gateway/redis");
|
|
16
|
-
const BaseRouter_1 = require("@golemio/core/dist/output-gateway/routes/BaseRouter");
|
|
17
|
-
const Validation_1 = require("@golemio/core/dist/output-gateway/Validation");
|
|
18
20
|
const models_1 = require("./models");
|
|
19
|
-
const OutputFloatingCarDataTransformation_1 = require("./transformations/OutputFloatingCarDataTransformation");
|
|
20
21
|
class FCDRouter extends BaseRouter_1.BaseRouter {
|
|
21
22
|
constructor(floatingCarDataModel, floatingCarWithOsmPathDataModel, floatingCarExtendedDataModel, floatingCarWithOsmPathExtendedDataModel, outputFloatingCarDataTransformation) {
|
|
22
23
|
super();
|
|
@@ -57,11 +58,12 @@ class FCDRouter extends BaseRouter_1.BaseRouter {
|
|
|
57
58
|
next(err);
|
|
58
59
|
}
|
|
59
60
|
});
|
|
61
|
+
this.cacheHeaderMiddleware = Di_1.FcdContainer.resolve(ioc_1.ContainerToken.CacheHeaderMiddleware);
|
|
60
62
|
this.router.get("/info", [
|
|
61
63
|
(0, express_validator_1.query)("osmPath").optional().not().isEmpty({ ignore_whitespace: true }).not().isArray(),
|
|
62
64
|
(0, express_validator_1.query)("locationId").optional().not().isEmpty({ ignore_whitespace: true }).not().isArray(),
|
|
63
65
|
(0, express_validator_1.query)("minutesBefore").optional().isInt({ min: 1, max: 60 }).not().isArray(),
|
|
64
|
-
], Validation_1.pagination, Validation_1.checkErrors, (0, Validation_1.paginationLimitMiddleware)("FCDRouter"), (
|
|
66
|
+
], Validation_1.pagination, Validation_1.checkErrors, (0, Validation_1.paginationLimitMiddleware)("FCDRouter"), this.cacheHeaderMiddleware.getMiddleware(3 * 60, 60), this.GetFloatingCarData);
|
|
65
67
|
}
|
|
66
68
|
}
|
|
67
69
|
exports.FCDRouter = FCDRouter;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FCDRouter.js","sourceRoot":"","sources":["../../src/output-gateway/FCDRouter.ts"],"names":[],"mappings":";;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"FCDRouter.js","sourceRoot":"","sources":["../../src/output-gateway/FCDRouter.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.FcdContainer = void 0;
|
|
4
|
+
const Di_1 = require("@golemio/core/dist/output-gateway/ioc/Di");
|
|
5
|
+
//#region Initialization
|
|
6
|
+
const fcdContainer = Di_1.OutputGatewayContainer.createChildContainer();
|
|
7
|
+
exports.FcdContainer = fcdContainer;
|
|
8
|
+
//# sourceMappingURL=Di.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Di.js","sourceRoot":"","sources":["../../../src/output-gateway/ioc/Di.ts"],"names":[],"mappings":";;;AAAA,iEAAkF;AAGlF,wBAAwB;AACxB,MAAM,YAAY,GAAwB,2BAAsB,CAAC,oBAAoB,EAAE,CAAC;AAG/D,oCAAY"}
|