-
Notifications
You must be signed in to change notification settings - Fork 299
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
Import historic actions, and add to database. #38
Comments
You are free to place existing data anywhere the Kubernetes clusters can get access to. |
Yea, but this dose not import them into the database. That is, you can't request a specific user's actions from the |
The server does not store the raw actions into the relational db (MySQL) for scalability reasons. By default actions are stored into MemCache so that only recent activity is available. As an alternative you can use Redis (http://docs.seldon.io/configuration.html#redis ) to get permanent access to user actions. At the same time actions are sent via FluentD to permanent storage for use in model building. So it depends what use case you want for the actions - model building or real time access via the API or runtime scoring. |
I have 2 followup questions:
|
Is there a sensible way to import large amounts of historic actions?
Using
seldon-cli import --action actions--client-name CLIENT_NAME --file-path PATH_TO_FILE
imports them in some strange way that only Spark jobs can see.The text was updated successfully, but these errors were encountered: