Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 0 additions & 34 deletions jikkou/kafka-connectors-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,6 @@ apps:
ode:
name: jpo-ode
connectors:
- topicName: topic.OdeRawEncodedBSMJson
collectionName: OdeRawEncodedBSMJson
generateTimestamp: true
- topicName: topic.OdeRawEncodedMAPJson
collectionName: OdeRawEncodedMAPJson
generateTimestamp: true
- topicName: topic.OdeRawEncodedSPATJson
collectionName: OdeRawEncodedSPATJson
generateTimestamp: true
- topicName: topic.OdeSpatJson
collectionName: OdeSpatJson
generateTimestamp: true
Expand All @@ -67,42 +58,24 @@ apps:
- topicName: topic.OdeTIMCertExpirationTimeJson
collectionName: OdeTIMCertExpirationTimeJson
generateTimestamp: true
- topicName: topic.OdeRawEncodedPSMJson
collectionName: OdeRawEncodedPSMJson
generateTimestamp: true
- topicName: topic.OdePsmJson
collectionName: OdePsmJson
generateTimestamp: true
- topicName: topic.OdeRawEncodedSRMJson
collectionName: OdeRawEncodedSRMJson
generateTimestamp: true
- topicName: topic.OdeSrmJson
collectionName: OdeSrmJson
generateTimestamp: true
- topicName: topic.OdeRawEncodedSSMJson
collectionName: OdeRawEncodedSSMJson
generateTimestamp: true
- topicName: topic.OdeSsmJson
collectionName: OdeSsmJson
generateTimestamp: true
- topicName: topic.OdeDriverAlertJson
collectionName: OdeDriverAlertJson
generateTimestamp: true
- topicName: topic.OdeRawEncodedSDSMJson
collectionName: OdeRawEncodedSDSMJson
generateTimestamp: true
- topicName: topic.OdeSdsmJson
collectionName: OdeSdsmJson
generateTimestamp: true
- topicName: topic.OdeRawEncodedRTCMJson
collectionName: OdeRawEncodedRTCMJson
generateTimestamp: true
- topicName: topic.OdeRtcmJson
collectionName: OdeRtcmJson
generateTimestamp: true
- topicName: topic.OdeRawEncodedRSMJson
collectionName: OdeRawEncodedRSMJson
generateTimestamp: true
- topicName: topic.OdeRsmJson
collectionName: OdeRsmJson
generateTimestamp: true
Expand All @@ -118,9 +91,6 @@ apps:
- topicName: topic.OdeBsmJson
collectionName: OdeBsmJson
generateTimestamp: true
- topicName: topic.OdeRawEncodedTIMJson
collectionName: OdeRawEncodedTIMJson
generateTimestamp: true
geojsonconverter_duplicated:
name: geojsonconverter-duplicated
connectors:
Expand Down Expand Up @@ -155,10 +125,6 @@ apps:
collectionName: OdeTimJson
generateTimestamp: true
connectorName: DeduplicatedOdeTimJson
- topicName: topic.DeduplicatedOdeRawEncodedTIMJson
collectionName: OdeRawEncodedTIMJson
generateTimestamp: true
connectorName: DeduplicatedOdeRawEncodedTIMJson
- topicName: topic.DeduplicatedOdeBsmJson
collectionName: OdeBsmJson
generateTimestamp: true
Expand Down
2 changes: 0 additions & 2 deletions jikkou/kafka-topics-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -182,8 +182,6 @@ apps:
retentionMs: 43200000
- topicName: topic.DeduplicatedOdeTimJson
retentionMs: 43200000
- topicName: topic.DeduplicatedOdeRawEncodedTIMJson
retentionMs: 43200000
- topicName: topic.DeduplicatedOdeBsmJson
retentionMs: 43200000
- topicName: topic.DeduplicatedProcessedBsm
Expand Down
8 changes: 0 additions & 8 deletions mongo/create_indexes.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,14 +75,6 @@ const odeCollections = [
{name: "OdeTimJson", "timeField": "recordGeneratedAt", rsuIP:"metadata.originIp", expireTime: expireSeconds},
{name: "OdeTimBroadcastJson", ttlField: "recordGeneratedAt", "timeField": "metadata.odeReceivedAt", intersectionField: null, rsuIP:"metadata.originIp", expireTime: expireSeconds},
{name: "OdeTIMCertExpirationTimeJson", ttlField: "recordGeneratedAt", "timeField": "metadata.odeReceivedAt", intersectionField: null, rsuIP:"metadata.originIp", expireTime: expireSeconds},

// Ode Raw ASN
{name: "OdeRawEncodedBSMJson", ttlField: "recordGeneratedAt", "timeField": "metadata.odeReceivedAt", intersectionField: null, rsuIP:"metadata.originIp", expireTime: ttlExpireSeconds},
{name: "OdeRawEncodedMAPJson", ttlField: "recordGeneratedAt", "timeField": "metadata.odeReceivedAt", intersectionField: null, rsuIP:"metadata.originIp", expireTime: ttlExpireSeconds},
{name: "OdeRawEncodedSPATJson", ttlField: "recordGeneratedAt", "timeField": "metadata.odeReceivedAt", intersectionField: null, rsuIP:"metadata.originIp", expireTime: ttlExpireSeconds},
{name: "OdeRawEncodedSRMJson", ttlField: "recordGeneratedAt", "timeField": "metadata.odeReceivedAt", intersectionField: null, rsuIP:"metadata.originIp", expireTime: ttlExpireSeconds},
{name: "OdeRawEncodedSSMJson", ttlField: "recordGeneratedAt", "timeField": "metadata.odeReceivedAt", intersectionField: null, rsuIP:"metadata.originIp", expireTime: ttlExpireSeconds},
{name: "OdeRawEncodedTIMJson", ttlField: "recordGeneratedAt", "timeField": "metadata.odeReceivedAt", intersectionField: null, rsuIP:"metadata.originIp", expireTime: ttlExpireSeconds},
];

// GeoJson Converter Data
Expand Down
Loading