Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[1:1] Port data engine for this project from postgres to redis. #19

Open
jeremy-donson opened this issue Dec 7, 2017 · 1 comment
Open

Comments

@jeremy-donson
Copy link
Owner

In all earnestness, this should have been my approach as of last week. I would have saved many days. #LiveAndLearn :o

@jeremy-donson
Copy link
Owner Author

I am trying to race thru learning redis and determining the data structures, functions and patterns for proper redis use.
Jeremy
in the world of my little app, a workflow recipe is the core entity:

Workflow Recipe:

  • id
  • name
  • type [ dev_local, dev, qa, ops ]
  • description
    |--< goals
    |--< criteria

A recipe is both noun and verb. 🙂

Related entities:

  • Ingredients
  • tests

One workflow recipe set of enhancements could be to access issues from CLI, and to sort them in custom ways.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant