Questions tagged [data-collection]
159 questions
1
vote
1 answer
Validating MVC Data Collections
I have a simple Question data model:
public class Question {
int QuestionId { get; set; }
string Text { get; set; }
string Answer { get; set; }
string ValidationMessage { get; set; }
};
Using this class I have built a view…

Neilski
- 4,385
- 5
- 41
- 74
1
vote
2 answers
How to collect data from a list and export it as raw text
I'm stuck putting things together by JavaScript/jQuery.
Here is my HTML:
- insalata mista
6,90 €
utzlbua- 13
- 3
1
vote
0 answers
Collect induction sensors data on flutter App
I work in the industry and since a year I train myself in flutter.
One of my project is to install inductive sensors on conveyor and count the number of parts detected by the sensors.
The finality will be to have a phone app made with flutter where…

Fares GRN
- 11
- 3
1
vote
1 answer
Sample zigBee network traffic
I'm currently building a project to identify IoT devices on a home network and was wondering if anyone has any idea where I could get my hands on some sample pcaps that include ZigBee traffic on them. I don't currently have the ability to order or…

Matg
- 91
- 6
1
vote
0 answers
How do services like Jungle Scout and ASINspector provide Amazon review/rating data if Amazon doesn't provide that info through their API?
I'm trying to write a tool that looks up the average review score and number of ratings for a given Amazon product.
Unfortunately, Amazon seems to intentionally exclude those two things from their API, which has been the subject of many forum…

Pikamander2
- 7,332
- 3
- 48
- 69
1
vote
1 answer
I need ways to connect computers out of my office network into my intranet
This is the scenario.
I work in a lab where we have a few machines collecting data and they are not part of the office[IT] approve network (meaning they are off the shelve boxes with no admin restrictions and they do not comply with company…

Huasillo
- 71
- 1
- 6
1
vote
1 answer
Can Streamsets Data Collector CDC read from and write to multiple tables?
I have a MSSQL database whose structure is replicated over a Postgres database.
I've enabled CDC in MSSQL and I've used the SQL Server CDC Client in StreamSets Data Collector to listen for changes in that db's tables.
But I can't find a way to write…

bsd
- 1,207
- 4
- 15
- 28
1
vote
2 answers
How to handle multi-page requests to Github API with Node.js Request module?
I'm trying to access all repositories that have more than 5000 stars on Github. I've written this scraper to work with Node.js (it's running on a Cloud9 environment):
var request = require('request');
var fs = require('fs');
var options = {
…

Flavio Pessoa
- 11
- 2
1
vote
0 answers
Is there anyway to upload data from PLC module?
Currently is there a gateway for thingsboard to retrieve data from PLC module?

Cullen
- 11
- 1
1
vote
0 answers
how to capture non-event-driven data in keen-io
Capturing data in Keen.io is pretty straight-forward when it's driven by an event. (User-logged-in, Customer-bought-stuff, ...). That's very nicely explained in the docs.
But what is the best approach when I want insight on a state of my app at a…

Ernie
- 972
- 1
- 10
- 23
1
vote
4 answers
C# : Data collection to keep string?
Any Data Collection to keep the strings?
I want to know any other data collection that can keep string, because enum cannot keep string.

Prince OfThief
- 6,323
- 14
- 40
- 53
1
vote
1 answer
Keen IO JavaScript SDK usage for sending data/events
I am trying to use the Keen IO JavaScript SDK (keen.js) to collect and analyze my user events. I see documentation describing how to add new events but at times it refers to using the function recordEvent() and in others the function addEvent().
Do…

jandwiches
- 487
- 3
- 7
1
vote
1 answer
MongoDB Sharding Key with DBRef field?
I have a collection that contains DBRefs to a root document. I have tens of thousands documents that link to a single root document in my Data collection.
That's why I chose to not nest the data of the root document.
Data Collection:
_id :…

j9dy
- 2,029
- 3
- 25
- 39
1
vote
0 answers
I Want to send file from android to raspberry Pi via bluetooth programatically(Automatically)
I had a csv file on android device and that csv file is updated in every 10 sec, I want to send that file from that device to raspberry Pi via bluetooth. Raspberry Pi received file manually from that device but I want that automatically after 10sec…

Mihit Gandhi
- 135
- 10
1
vote
0 answers
Collecting data on apps in focus on OSX and iOS
I'm trying to collect information on all the applications that are being opened and used (in the fore ground and back ground) on OSX and iOS devices.
I will be using the data to gather information such as --
1. Applications being used
2. time(t),…

anushjay
- 95
- 2
- 8