[ckan-dev] Is CKAN suitable for textual search in a 10Gb dataset?

Dominik Moritz dominik.moritz at okfn.org
Mon Apr 7 20:47:04 UTC 2014


Hey,

Since the datastore uses Postgres, you might be able to use its full text search. See http://www.postgresql.org/docs/9.3/static/textsearch.html

I'm not sure how good this will work for queries across tables, though. 

Cheers,
Dominik

On Apr 7, 2014, at 12:15, Andrés Martano <andres at inventati.org> wrote:

> Thanks for the answer, Nigel.
> 
> I saw that the DataStore allows query. I was thinking about building a
> site that used this query API to search inside the dataset in CKAN, and
> then showed the results to the user.
> 
> Thinking again... maybe I just need to customize the preview plug-in.
> What I need is something very similar to this:
> http://okfnlabs.org/recline/demos/search/
> The TXTs could be placed in the DataStore and then use a custom
> search/preview like the one in the example, right?
> But, instead of showing the TXTs' contents, it would list URLs for those
> TXTs.
> Is it possible to set URLs in CKAN via extensions? I mean, my CKAN is
> hosted in "myckan.org", and I want to make "myckan.org/id/2014/02/02/34"
> to be processed by my extension. That seems to solve the URIs problem.
> _______________________________________________
> ckan-dev mailing list
> ckan-dev at lists.okfn.org
> https://lists.okfn.org/mailman/listinfo/ckan-dev
> Unsubscribe: https://lists.okfn.org/mailman/options/ckan-dev

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 455 bytes
Desc: Message signed with OpenPGP using GPGMail
URL: <http://lists.okfn.org/pipermail/ckan-dev/attachments/20140407/e77149bf/attachment-0003.sig>


More information about the ckan-dev mailing list