Question about processing file between multiple nodes
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 1.5k
- Forks
- 76
- PR merge metrics
- No merged PRs in 30d
Description
Hi, I have a huge file, on each line I have a value to send for a GET request.
I would like to create a queue with the file information, from a master server.
and to be able to connect different nodes so that they take from the queue of messages, the values to make the GET request and save the answer.
The nodes should not take the same message to process. double work should be avoided. If a node can not make the request, it could include the message in the queue again.
Can your library be useful to me? I am new programming in go lang.
Can you give me some recommendation?
Regards
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue does not name a file, test, or entry point, and it asks whether the library fits a multi-node file-processing workflow rather than describing a repository change. Start by reviewing the library's documented queue and node-processing capabilities; done would require a clarified project need and an agreed implementation scope.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- distributed-systems
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 15/100