go-coordinate | Coordinate job queue system , Go implementation
kandi X-RAY | go-coordinate Summary
kandi X-RAY | go-coordinate Summary
go-coordinate is a Go library. go-coordinate has no bugs, it has no vulnerabilities, it has a Permissive License and it has low support. You can download it from GitHub.
Coordinate is a job queue system. It is designed for repetitive tasks with large numbers of inputs, where the inputs and outputs will be stored externally and do not need to be passed directly through the system, and where no particular action needs to be taken when a job finishes. Coordinate-based applications can define work specs, JSON or YAML dictionary objects that define specific work to do. A typical work spec would name a specific Python function to call with a YAML configuration dictionary, and the Python Coordinate package contains a worker process that can run these work specs. Each work spec has a list of work units, individual tasks to perform, where each work unit has a name or key and an additional data dictionary. In typical operation a work unit key is a filename or database key and the data is used only to record outputs. Read more about the [data model] doc/model.md). The general expectation is that there will be, at most, dozens of work specs, but each work spec could have millions of work units. It is definitely expected that many worker processes will connect to a single Coordinate daemon, and past data loads have involved 800 or more workers talking to one server.
Coordinate is a job queue system. It is designed for repetitive tasks with large numbers of inputs, where the inputs and outputs will be stored externally and do not need to be passed directly through the system, and where no particular action needs to be taken when a job finishes. Coordinate-based applications can define work specs, JSON or YAML dictionary objects that define specific work to do. A typical work spec would name a specific Python function to call with a YAML configuration dictionary, and the Python Coordinate package contains a worker process that can run these work specs. Each work spec has a list of work units, individual tasks to perform, where each work unit has a name or key and an additional data dictionary. In typical operation a work unit key is a filename or database key and the data is used only to record outputs. Read more about the [data model] doc/model.md). The general expectation is that there will be, at most, dozens of work specs, but each work spec could have millions of work units. It is definitely expected that many worker processes will connect to a single Coordinate daemon, and past data loads have involved 800 or more workers talking to one server.
Support
Quality
Security
License
Reuse
Support
go-coordinate has a low active ecosystem.
It has 29 star(s) with 5 fork(s). There are 24 watchers for this library.
It had no major release in the last 6 months.
There are 1 open issues and 3 have been closed. On average issues are closed in 1 days. There are 1 open pull requests and 0 closed requests.
It has a neutral sentiment in the developer community.
The latest version of go-coordinate is current.
Quality
go-coordinate has no bugs reported.
Security
go-coordinate has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
License
go-coordinate is licensed under the MIT License. This license is Permissive.
Permissive licenses have the least restrictions, and you can use them in most projects.
Reuse
go-coordinate releases are not available. You will need to build from source code and install.
Installation instructions, examples and code snippets are available.
Top functions reviewed by kandi - BETA
kandi has reviewed go-coordinate and discovered the below as its top functions. This is intended to give you an instant insight into go-coordinate implemented functionality, and help decide if they suit your requirements.
- doRequest performs the request .
- runRunner runs the given attempt against each attempt in the given attempt .
- withTx runs the given function with the given callback function .
- SimplifiedScheduler takes a list of available work spec and returns an empty string
- negotiateResponse attempts to negotiate an HTTP response .
- Main entry point
- expireAttempts marks the work unit as expired .
- ExtractAddWorkUnitItem extracts a work unit item from an object .
- summarize runs the given work unit .
- New returns a new coordinate for the given connection string .
Get all kandi verified functions for this library.
go-coordinate Key Features
No Key Features are available at this moment for go-coordinate.
go-coordinate Examples and Code Snippets
No Code Snippets are available at this moment for go-coordinate.
Community Discussions
No Community Discussions are available at this moment for go-coordinate.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install go-coordinate
You can download it from GitHub.
Support
For any new features, suggestions and bugs create an issue on GitHub.
If you have any questions check and ask questions on community page Stack Overflow .
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page