Skip to content

urkonn/shogun

 
 

Repository files navigation

Stories in Ready Build Status Coverage Status

shogun

Join the chat at https://gitter.im/mxabierto/shogun The real commander-in-chief of the Data Squad.

mxabierto/ckanops as a service

shogun

More info

For more information on installation, configuration, and usage, visit the Wiki.

NOTA IMPORTANTE

Para poder registrar correctamente el nivel de gobierno se debe utilizar la variable de ambiente VOCABULARY_GOV_TYPE_ID en la definicion del deploy de shogun.

Para obtener el ID del vocabulario gov_types se debe consultar el API en las siguiente rutas dependiendo del ambiente:

De la respuesta se debe extraer el hash del key id antes del nombre gov_types.

Ejemplo de la respuesta:

  "help": "https://datos.gob.mx/busca/api/3/action/help_show?name=vocabulary_list",
  "success": true,
  "result": [
    {
      "tags": [
        ...
      ],
      "id": "64fc6523-df3659-434342sd-a9d8-f272c9bd898d34sfd",
      "name": "gov_types"
    }
  ]
}

About

The real commander-in-chief of the Data Squad

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 91.9%
  • Shell 4.4%
  • Dockerfile 3.7%