Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re^4: Goodbye search.cpan.org

by Anonymous Monk
on Jun 12, 2018 at 18:14 UTC ( [id://1216498]=note: print w/replies, xml ) Need Help??


in reply to Re^3: Goodbye search.cpan.org
in thread Goodbye search.cpan.org

I'd like to implement search.cpan.org

Thank you very very much!

All that's left (and this is pretty important) is the search implementation.

Forget the search engine. Since meta is the hub just cheat and use their API!

github.com/metacpan/metacpan-api/blob/master/docs/API-docs.md

Replies are listed 'Best First'.
Re^5: Goodbye search.cpan.org
by taint (Chaplain) on Jun 12, 2018 at 19:35 UTC

    Thanks for the reply (and link) !

    I've examined Gabor Szabo' SCO
    source:
    MetaCPAN-SCO
    his article:
    Building an open source clone of search.cpan.org using the MetaCPAN API
    which looks promising. But seems to require running a service on it's own port. Which I'd like to avoid. While I guess I could (re)process metacpans data. That seems grossly inefficient, and slow. especially given I'm already running a mirror. Seems it'd be a whole lot smarter to simply pull the data from my own copy and process that. Maybe populating a DB with it, and pulling it from there. This lead me to:
    App::CPAN::Search
    and
    Package::Locator
    but they're more Package centric, rather than: module | dist | author , as search, and metacpan do
    like:
    CPAN::SQLite
    but I don't think it'll scale well. But there's also:
    CPAN::Search::Lite
    which seems a bit closer, and might scale better, as well.

    Anyway, that's as far as I've managed so far. But was hoping to I might find a quick "drop in" replacement I might implement.

    Thanks again!

    ¡λɐp ʇɑəɹ⅁ ɐ əʌɐɥ puɐ ʻꜱdləɥ ꜱᴉɥʇ ədoH

      Wow! I didn't know you could just download one. If you want it to scale this sounds like a job for Apache2::CPAN::Search from the CPAN::Search::Lite dist.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1216498]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (7)
As of 2024-03-28 19:44 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found