cmemc - Command Line Interface¤
-
Command Line interface for eccenca Corporate Memory
Developed with Python and publicly available as a pypi.org Package and a Docker Image under the Apache 2 License.
-
Intended for Administrators and Linked Data Expert
Battle tested in many projects to Automate Activities and Remote Control eccenca Corporate Memory instances.
Example: List datasets with a specific tag and project.$ cmemc -c prod.knowledge.company.org # (1)! dataset list \ --filter project crm-graph \ --filter tag velocity-daily
- The option
-c
is short for--connection
and references to a remote Corporate Memory instance. - The
list
command in thedataset
command group shows all datasets of an instance. - In order to manipulate output dataset list, the
--filter
option takes two parameter, a filter type (tag
,project
, …) and a value.
- The option
-
Fast ad-hoc Execution with Command Completion
-
Main Features:
Manage (
list
,inspect
,import
,export
, …) and Manipulate (create
,delete
,execute
, …) Vocabularies, Datasets, Knowledge Graphs, Workflows, Projects, Queries, Scheduler, Configurations and much more.