0

I have just started installing CKAN.

I was looking in the initial documentation to install CKAN and on the principal website of ckan.org, its impossible for me to find and know why Redis is necessary to run a version 2.7 or higher of CKAN.

For example: Why do we need Redis for running CKAN?

In this question, it says that its necessary for the new system of asynchronous background jobs that is it used on CKAN. So what type of asynchronous job can do CKAN? and when CKAN can use this type of asynchronous background jobs?

Florian Brucker
  • 9,621
  • 3
  • 48
  • 81

1 Answers1

0

Currently, CKAN core only provides the infrastructure for asynchronous background jobs but doesn't actually create such jobs on its own (this might change in future releases).

There are, however, CKAN extensions that use the system, for example ckanext-extractor.

Disclosure: I'm the author of ckanext-extractor.

Florian Brucker
  • 9,621
  • 3
  • 48
  • 81