exporter Questions
2
According to Perl Critic we should "Export symbols via @EXPORT_OK or %EXPORT_TAGS instead of @EXPORT"
Following this advice I am transitioning my module to @EXPORT_OK from @EXPORT, but I ...
6
Solved
I am scraping a soccer site and the spider (a single spider) gets several kinds of items from the site's pages: Team, Match, Club etc.
I am trying to use the CSVItemExporter to store these items in...
2
Solved
I am using the opentelemetry-ruby otlp exporter for auto instrumentation:
https://github.com/open-telemetry/opentelemetry-ruby/tree/main/exporter/otlp
The otel collector was installed as a daemonse...
Fluoroscope asked 6/4, 2022 at 21:38
3
I am writing a Prometheus exporter which has to rad different CSV files. Each of them contains one entire day of data from the past (the goal is to have the exporter read a new CSV file each day. O...
Jair asked 14/4, 2020 at 7:36
2
Solved
I am getting 300K+ metrics/Minute in a kafka topic as timeseries. I want to store and query the data. The visualisation tool which satisfy my requirement is Grafana. In order to efficiently store a...
Kyte asked 15/5, 2020 at 17:26
1
Solved
I'm scraping a website to export the data into a semantic format (n3).
However, I also want to perform some data analysis on that data, so having it in a csv format is more convenient.
To get the ...
Photodrama asked 24/6, 2015 at 16:42
1
Solved
At the moment I am engaged in creation SolidWorks add-in for exporting 3D models in OBJ format .
OBJ is opened and very simple format
I've googled and found out the following information about ex...
Erastus asked 23/5, 2014 at 8:5
1
Solved
I have a perl problem: importing symbols, depending on the path elements in @INC and the use statement.
If I put the full path into @INC, the import works. If a part of the path is in the use stat...
1
Solved
The docs (Exporter and perlmodlib) say:
As a general rule, if the module is
trying to be object oriented then
export nothing.
But then perlmodlib also says:
Standard, bundled modules are ...
Pulp asked 3/2, 2009 at 13:29
1
© 2022 - 2024 — McMap. All rights reserved.