Perceval Connector: Mailing Lists
See original GitHub issueWe are piloting our perceval connector using mailing lists.
Open Daylight Mailing Lists
- Lists enumerated at: https://lists.opendaylight.org/mailman/listinfo
- Using perceval, they can be gathered one at a time as so:
perceval pipermail 'https://lists.opendaylight.org/pipermail/aaa-dev/' -o opendaylight-aaa-dev.json
- Goals:
- Iterate through all the mailing lists
- Pull them down
- Parse them into message threads stored in a database schema
Other Mailing Lists:
- Seems as though the parameters for --mboxes-path and -o may simultaneously execute?
perceval pipermail 'http://lists.openstack.org/pipermail/openstack/' -o openstack.json --mboxes-path 'openstack'
perceval pipermail 'http://lists.openstack.org/pipermail/openstack/' -o openstack.json
perceval pipermail 'http://lists.digium.com/pipermail/asterisk-dev/' -o 'asterisk-dev.json' --mboxes-path 'asterisk-dev' --from-date '2004-01-01'
perceval pipermail 'http://lists.digium.com/pipermail/asterisk-users/' -o 'asterisk-users.json' --mboxes-path 'asterisk-users' --from-date '2004-01-01'
perceval pipermail 'http://lists.digium.com/pipermail/asterisk-biz/' -o 'asterisk-biz.json' --mboxes-path 'asterisk-biz' --from-date '2004-01-01'
- Linux Foundation: https://lists.linuxfoundation.org/mailman/listinfo
Issue Analytics
- State:
- Created 5 years ago
- Comments:8 (8 by maintainers)
Top Results From Across the Web
Perceval connector questions: Filtering fields and data retention ...
Perceval connector questions: Filtering fields and data retention #184 ... Example: Retain mailing lists for 3 weeks and Github contributions for 2 years....
Read more >Perceval: Software Project Data at Your Will
Perceval is a tool that simplifies the collection of project data by covering the most popular tools and platforms related to contributing to ......
Read more >OARC Communications Archive
Email communications to the OARC community have been compiled here. JUMP TO:20212020201920182017 ... 03/11/2021: SOLVED: Network connection issues on Amarel.
Read more >How to use the perceval.backend ... - Snyk
To help you get started, we've selected a few perceval.backend.BackendCommandArgumentParser examples ... help='Mailing list address on Gmane') return parser.
Read more >Perceval: Software Project Data at Your Will - FOSDEM 2018
This talk presents Perceval, a tool able to perform automatic and incremental ... source code management, issue tracking systems, mailing lists, forums).
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@sgoggins Okay I understand and I think I have an idea of what I will need to do then, thank you.
https://github.com/kmn5409/GSoC_CHAOSS/blob/master/Augur/Perceval/Piper_reader.py