Make something for communities.
(Photo by Devin Berko on Unsplash)
objecTag is a virtual workshop founded by Seung Lee with Ashanish Haldar to make ideas beneficial for communities.
Our first public project: openrpki
The service is not for big Tier-1 ISP companies.
It is more like for small-to-medium-sized organizations in the internet community.
Some ISPs in the Asia Pacific said that they know rpki validator is required to improve their routing policy securely but has no resources to deploy & operate it.
Hoping this service helps the internet community in this regard.
Drop us an email at hi.there@objectag.co. :-)
service domain: private
service URL: N/A
* This service is being used internally only for our services. *
objectag is a simple database management service where data is stored and queried based on a data model designed by us to simplify handling object-type data. The data model is another data abstraction layer on top of NoSQL database. It helps us focus on "objects" and query objects using "tags" attached to each object when handling object-type data.
Using objectag, you define an object template and then create an object(s) of the same type by cloning the object template. Currently, three data types - string, file, image - can be defined as an attribute of an object.
Sample:
{
"objects": [{
"name": "acme_product",
"description": "acme product template",
"attributes": [
"@string_product_group",
"@string_product_type",
"@image_icon",
"@file_brochure"
],
"tags": [
"connector",
"insert"
]
}],
"clones": [{
"prototype": "acme_product",
"description": "",
"name": "MIL-DTL-5015",
"@string_product_group": "Circular Connectors",
"@string_product_type": "MS Connectors",
"@image_icon": "MIL-DTL-5015.jpg",
"@file_brochure": "MIL-5015.pdf",
"tags": ["connector", "Circular Connectors"]
},
{
"prototype": "acme_product",
"description": "",
"name": "FlexFilter Inserts",
"@string_product_group": "EMI Solutions",
"@string_product_type": "FlexFilter Inserts",
"@image_icon": "flexFilter.jpg",
"@file_brochure": "FlexFilter Inserts.pdf",
"tags": ["insert", "EMI Solutions"]
}
]
}
As you probably noticed, we named our company after the 1st (internal) service we made. :-)
Well, there is no plan to make objectag a public service yet.
service domain: public (terminated as of 2023-10-01)
service URL: https://openrpki.net
OpenRPKI is a "Managed" Public RPKI Validator
for the benefit of the internet community.
Small-to-medium ISPs, IXPs, or interesting groups everywhere experience the list of validated route prefixes without deploying RPKI validators of their own. And focus on more secured routing policies of their internet routing backbones without operational burden of reliable RPKI validators.
Please reach out to us at rpki-support@openrpki.net if you want to support us.
The service starts for the internet community in the Asia Pacific and then expands to other regions.