-
Notifications
You must be signed in to change notification settings - Fork 5
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
Allow more results output #35
Comments
Each result backend should be able to store and retreive results. In the end, users should be able to create there own results backend and plug it to the core to fit there needs |
karec
pushed a commit
that referenced
this issue
Dec 26, 2016
karec
pushed a commit
that referenced
this issue
Dec 26, 2016
karec
pushed a commit
that referenced
this issue
Dec 27, 2016
karec
pushed a commit
that referenced
this issue
Dec 27, 2016
karec
pushed a commit
that referenced
this issue
Dec 27, 2016
Related to #35 * Updated HQ * Updated turret manager to use store * Update BaseStore to provide add and update turret methods * Update output to raise correct error
Still need some refactoring / cleaning / comments / testing |
ZuluPro
pushed a commit
to ZuluPro/oct
that referenced
this issue
Jan 18, 2017
ZuluPro
pushed a commit
to ZuluPro/oct
that referenced
this issue
Jan 18, 2017
ZuluPro
pushed a commit
to ZuluPro/oct
that referenced
this issue
Jan 18, 2017
ZuluPro
pushed a commit
to ZuluPro/oct
that referenced
this issue
Jan 18, 2017
ZuluPro
pushed a commit
to ZuluPro/oct
that referenced
this issue
Jan 18, 2017
Related to TheGhouls#35 * Updated HQ * Updated turret manager to use store * Update BaseStore to provide add and update turret methods * Update output to raise correct error
ZuluPro
pushed a commit
to ZuluPro/oct
that referenced
this issue
Jan 18, 2017
ZuluPro
pushed a commit
to ZuluPro/oct
that referenced
this issue
Jan 18, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It should be great to not force results into SQL.
Since pandas could read many formats, we should let user decide how to store result (plain file, sql, NoSQL, memory ?)
The text was updated successfully, but these errors were encountered: