maker-taker-solver-as-aws-lambda-java
Maker + Taker + Solver → implemented as AWS Lambda Java
https://github.com/joelparkerhenderson/maker-taker-solver-as-aws-lambda-java
Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (5.3%) to scientific vocabulary
Repository
Maker + Taker + Solver → implemented as AWS Lambda Java
Basic Info
- Host: GitHub
- Owner: joelparkerhenderson
- Language: Java
- Default Branch: main
- Size: 47.9 KB
Statistics
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
Maker Taker Solver as AWS Lambda Java
Maker Taker Solver is a simple constraint satisfaction solver.
Introduction
Maker Taker Solver is a simple constraint satisfaction solver.
This app provides an API via AWS Lambda.
This app is implemented as Java 11.
Concepts
A "maker" is any kind of producer, or publisher, or source.
A "taker" is any kind of consumer, or subscriber, or sink.
A "solver" is any kind of application, or program, or function, that calculates good matches of makers and takers.
A "score" is a contraint weight, and has a hard contraint weight and a soft constraint weight.
A "pair" is a binding of a maker and a taker, with a score.
A "tag" is any kind of attribute, or characteristic, or property.
An "interaction" is a binding of two tags and a score.
Demo
To run the demo, see demo.
To see the JSON input file and output file:
Implementation
This repository is a simple maker taker solver.
Input:
A list of makers
A list of takers
Solver:
The solver is a work in progress, and currently is trivial.
Currently the solver pairs each maker each taker.
Currently each pair has a neutral score, which is a hard contraint score of 0, and a soft contraint score of 0.
TODO: implement constraint scores.
Output:
A greeting that says "Hello" that we use for testing
A list of solver pairs.
The input lists of tags, interactions, makers, tags; this is for convenience.
Owner
- Name: Joel Parker Henderson
- Login: joelparkerhenderson
- Kind: user
- Location: California
- Website: http://www.joelparkerhenderson.com
- Repositories: 319
- Profile: https://github.com/joelparkerhenderson
Software developer. Technology consultant. Creator of GitAlias.com, NumCommand.com, SixArm.com, and many open source projects.
Citation (CITATION.cff)
cff-version: 1.2.0
title: Maker Taker Solver as AWS Lambda Java
message: >-
If you use this work and you want to cite it,
then you can use the metadata from this file.
type: software
authors:
- given-names: Joel Parker
family-names: Henderson
email: joel@joelparkerhenderson.com
affiliation: joelparkerhenderson.com
orcid: 'https://orcid.org/0009-0000-4681-282X'
identifiers:
- type: url
value: 'https://github.com/joelparkerhenderson/maker-taker-solver-as-aws-lambda-java/'
description: Maker Taker Solver as AWS Lambda Java
repository-code: 'https://github.com/joelparkerhenderson/maker-taker-solver-as-aws-lambda-java/'
abstract: >-
Maker Taker Solver as AWS Lambda Java
license: See license file
GitHub Events
Total
- Push event: 1
Last Year
- Push event: 1
Committers
Last synced: 11 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| Joel Parker Henderson | j****l@j****m | 46 |