-
Notifications
You must be signed in to change notification settings - Fork 0
Description
deploy a FIWARE context broker on OpenShift Local and FishPopulation Smart Model Data apps
Your mission, should you choose to accept it, is to deploy a FIWARE context broker on OpenShift Local and FishPopulation Smart Model Data apps.
Walk through Youtube videos related to your task
These Youtube videos have been carefully prepared to help you with this data import task:
- Installing OpenShift Local for doing cloud computing on your personal computer!
- Install a Hashicorp Vault on OpenShift Local to easily secure your GitOps
- Configure Vault token, policy, auth method, role, and secret to secure your GitOps
- Install ArgoCD on Openshift Local to monitor the state of your GitOps and Applications
- Setup External Secret linked to Vault in OpenShift Local to keep your application passwords secure
- Deploy ArgoCD Apps to OpenShift Local like MongoDB and the Orion LD Context Broker
More details about your task
- Deploy the Orion LD Context Broker provided by FIWARE using these instructions.
- Help your other team members who also wish to deploy the Orion LD Context Broker on their own OpenShift Local environment.
- Work with your data specialist to import your FishPopulation data into the FIWARE Context Broker running in your OpenShift Local environment.
- Work with your visualization specialist to deploy visualization tools to your OpenShift Local environment.
- Work with your documentation specialist to document the deployment of the OpenShift Local environment, the FishPopulation data, and the visualization tools.
- If you are not sure what kind of applications you could deploy to gather FishPopulation data, you may want to use your imagination. Imagine if there was a FishPopulation sensor in your actual city, or a FishPopulation sensor in a small scale toy city that you could simulate. What kind of sensors could you use? How would you design such a simulation in an actual city or a toy city? How would you visualize FishPopulation data in an actual city or a toy city?
- To the
orion-ld
Deployment in thefiware
namespace, I suggest adding an Environment VariableORIONLD_CORS_ALLOWED_ORIGIN
to__ALL
so that the visualization specialist's application will be able to make requests to the Context Broker using JavaScript and AJAX.
The day of the operation is Thursday February 2nd, 2023
You will have 4 hours to complete your mission.
Work with Smart Data Models and the FIWARE Context broker in Europe
At the end of the day
Should you, or any of your force be taken or compromised that day, you must report back as many changes as you have made, and any knowledge of your actions, by pull request or comments on the issue on the board.
The details of your mission:
Entity: FishPopulation
document generated automatically
version: 0.0.1
List of properties
address
: The mailing addressalternateName
: An alternative name for this itemareaServed
: The geographic area where a service or offered item is provideddataProvider
: A sequence of characters identifying the provider of the harmonised data entity.dateCreated
: Entity creation timestamp. This will usually be allocated by the storage platform.dateModified
: Timestamp of the last modification of the entity. This will usually be allocated by the storage platform.description
: A description of this itemid
: Unique identifier of the entitylocation
: Geojson reference to the item. It can be Point, LineString, Polygon, MultiPoint, MultiLineString or MultiPolygonname
: The name of this item.owner
: A List containing a JSON encoded sequence of characters referencing the unique Ids of the owner(s)relatedSource
: List of IDs the current entity may have in external applicationsseeAlso
: list of uri pointing to additional resources about the itemsource
: A sequence of characters giving the original source of the entity data as a URL. Recommended to be the fully qualified domain name of the source provider, or the URL to the source object.type
:
Required properties
culturedIn
id
refSpecie
type
Data Model description of properties
Sorted alphabetically (click for details)
full yaml details
FishPopulation:
description: ""
properties:
address:
description: 'The mailing address'
properties:
addressCountry:
description: 'Property. The country. For example, Spain. Model:''https://schema.org/addressCountry'''
type: string
addressLocality:
description: 'Property. The locality in which the street address is, and which is in the region. Model:''https://schema.org/addressLocality'''
type: string
addressRegion:
description: 'Property. The region in which the locality is, and which is in the country. Model:''https://schema.org/addressRegion'''
type: string
postOfficeBoxNumber:
description: 'Property. The post office box number for PO box addresses. For example, 03578. Model:''https://schema.org/postOfficeBoxNumber'''
type: string
postalCode:
description: 'Property. The postal code. For example, 24004. Model:''https://schema.org/https://schema.org/postalCode'''
type: string
streetAddress:
description: 'Property. The street address. Model:''https://schema.org/streetAddress'''
type: string
type: object
x-ngsi:
model: https://schema.org/address
type: Property
alternateName:
description: 'An alternative name for this item'
type: string
x-ngsi:
type: Property
areaServed:
description: 'The geographic area where a service or offered item is provided'
type: string
x-ngsi:
model: https://schema.org/Text
type: Property
dataProvider:
description: 'A sequence of characters identifying the provider of the harmonised data entity.'
type: string
x-ngsi:
type: Property
dateCreated:
description: 'Entity creation timestamp. This will usually be allocated by the storage platform.'
format: date-time
type: string
x-ngsi:
type: Property
dateModified:
description: 'Timestamp of the last modification of the entity. This will usually be allocated by the storage platform.'
format: date-time
type: string
x-ngsi:
type: Property
description:
description: 'A description of this item'
type: string
x-ngsi:
type: Property
id:
anyOf: &fishpopulation_-_properties_-_owner_-_items_-_anyof
- description: 'Property. Identifier format of any NGSI entity'
maxLength: 256
minLength: 1
pattern: ^[\w\-\.\{\}\$\+\*\[\]`|~^@!,:\\]+$
type: string
- description: 'Property. Identifier format of any NGSI entity'
format: uri
type: string
description: 'Unique identifier of the entity'
x-ngsi:
type: Property
location:
description: 'Geojson reference to the item. It can be Point, LineString, Polygon, MultiPoint, MultiLineString or MultiPolygon'
oneOf:
- description: 'Geoproperty. Geojson reference to the item. Point'
properties:
bbox:
items:
type: number
minItems: 4
type: array
coordinates:
items:
type: number
minItems: 2
type: array
type:
enum:
- Point
type: string
required:
- type
- coordinates
title: 'GeoJSON Point'
type: object
- description: 'Geoproperty. Geojson reference to the item. LineString'
properties:
bbox:
items:
type: number
minItems: 4
type: array
coordinates:
items:
items:
type: number
minItems: 2
type: array
minItems: 2
type: array
type:
enum:
- LineString
type: string
required:
- type
- coordinates
title: 'GeoJSON LineString'
type: object
- description: 'Geoproperty. Geojson reference to the item. Polygon'
properties:
bbox:
items:
type: number
minItems: 4
type: array
coordinates:
items:
items:
items:
type: number
minItems: 2
type: array
minItems: 4
type: array
type: array
type:
enum:
- Polygon
type: string
required:
- type
- coordinates
title: 'GeoJSON Polygon'
type: object
- description: 'Geoproperty. Geojson reference to the item. MultiPoint'
properties:
bbox:
items:
type: number
minItems: 4
type: array
coordinates:
items:
items:
type: number
minItems: 2
type: array
type: array
type:
enum:
- MultiPoint
type: string
required:
- type
- coordinates
title: 'GeoJSON MultiPoint'
type: object
- description: 'Geoproperty. Geojson reference to the item. MultiLineString'
properties:
bbox:
items:
type: number
minItems: 4
type: array
coordinates:
items:
items:
items:
type: number
minItems: 2
type: array
minItems: 2
type: array
type: array
type:
enum:
- MultiLineString
type: string
required:
- type
- coordinates
title: 'GeoJSON MultiLineString'
type: object
- description: 'Geoproperty. Geojson reference to the item. MultiLineString'
properties:
bbox:
items:
type: number
minItems: 4
type: array
coordinates:
items:
items:
items:
items:
type: number
minItems: 2
type: array
minItems: 4
type: array
type: array
type: array
type:
enum:
- MultiPolygon
type: string
required:
- type
- coordinates
title: 'GeoJSON MultiPolygon'
type: object
x-ngsi:
type: Geoproperty
name:
description: 'The name of this item.'
type: string
x-ngsi:
type: Property
owner:
description: 'A List containing a JSON encoded sequence of characters referencing the unique Ids of the owner(s)'
items:
anyOf: *fishpopulation_-_properties_-_owner_-_items_-_anyof
description: 'Property. Unique identifier of the entity'
type: array
x-ngsi:
type: Property
relatedSource:
description: 'List of IDs the current entity may have in external applications'
items:
properties:
application:
anyOf: *fishpopulation_-_properties_-_owner_-_items_-_anyof
description: 'Property. Unique identifier of the entity'
applicationEntityId:
type: string
type: object
type: array
x-ngsi:
type: Property
seeAlso:
description: 'list of uri pointing to additional resources about the item'
oneOf:
- items:
format: uri
type: string
minItems: 1
type: array
- format: uri
type: string
x-ngsi:
type: Property
source:
description: 'A sequence of characters giving the original source of the entity data as a URL. Recommended to be the fully qualified domain name of the source provider, or the URL to the source object.'
type: string
x-ngsi:
type: Property
type:
enum:
- FishPopulation
type: string
required:
- id
- type
- culturedIn
- refSpecie
type: object
x-derived-from: ""
x-disclaimer: 'Redistribution and use in source and binary forms, with or without modification, are permitted provided that the license conditions are met. Copyleft (c) 2021 Contributors to Smart Data Models Program'
x-license-url: https://github.com/smart-data-models/dataModel.Aquaculture/blob/master/FishPopulation/LICENSE.md
x-model-schema: https://smart-data-models.github.io/dataModel.Aquaculture/FishContaiment/schema.json
x-model-tags: ""
x-version: 0.0.1
Example payloads
Not available the example of a FishPopulation in JSON-LD format as key-values. This is compatible with NGSI-v2 when using options=keyValues
and returns the context data of an individual entity.
Not available the example of a FishPopulation in JSON-LD format as normalized. This is compatible with NGSI-v2 when not using options and returns the context data of an individual entity.
FishPopulation NGSI-LD key-values Example
Here is an example of a FishPopulation in JSON-LD format as key-values. This is compatible with NGSI-LD when using options=keyValues
and returns the context data of an individual entity.
{
"id": "urn:ngsi-ld:FishPopulation:1",
"type": "FishPopulation",
"description":{
"type": "Property",
"value": "this entity defines a FishPopulation"
},
"fishRemoved": {
"type": "Property",
"value": 0,
"observedAt": "2022-02-21T23:55:00Z"
},
"initialNumber": {
"type": "Property",
"value": 50,
"observedAt": "2022-01-01T23:55:00Z"
},
"bodyMasse": {
"type": "Property",
"value": 0,
"observedAt": "2022-02-21T23:55:00Z"
},
"culturedIn": {
"type": "Relationship",
"object": "urn:ngsi-ld:FishContainment:01",
"observedAt": "2022-02-21T23:55:00Z"
},
"refSpecie": {
"type": "Relationship",
"object": "urn:ngsi-ld:Specie:01"
},
"@context": [
"https://raw.githubusercontent.com/smart-data-models/data-models/master/context.jsonld"
]
}
Not available the example of a FishPopulation in JSON-LD format as normalized. This is compatible with NGSI-LD when not using options and returns the context data of an individual entity.
See FAQ 10 to get an answer on how to deal with magnitude units
FishPopulation adopters
description: This is a compilation list of the current adopters of the data model FishPopulation of the Subject dataModel.Aquaculture.
currentAdopters:
-
adopter:
description:
mail:
organization:
project:
comments:
startDate:
This message will not self destruct, because this project is open source.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status