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

Document structure design #63

Open
llxxxll opened this issue May 5, 2019 · 7 comments
Open

Document structure design #63

llxxxll opened this issue May 5, 2019 · 7 comments
Assignees
Labels

Comments

@llxxxll
Copy link
Member

llxxxll commented May 5, 2019

Document structure design

- The principle of gradual progress.
- Users at different stages of learning can find the corresponding guide.
- Each model should have a corresponding application example.

@hungry1526
Copy link
Contributor

hungry1526 commented May 7, 2019

Current structure

SQLFlow

  • Installation
  • Design
  • Contribute
    GoHive
    PySQLFlow

Proposed structure

SQLFlow

  • Introduction
    • What is SQLFlow
    • Motivation
    • Where can I use SQLFlow
  • Concepts (specific to SQLFlow)
  • Installation
    • Docker Image
    • Build from source
    • Demo/Tutorials
  • More examples
    • DNNClassifier
    • DNNRegressor
    • etc…
  • Design (Component level details)
    • Submitter, ProducerToConsumer, DB Abstraction layer, Parser, Executer etc…
    • Model
    • GoHive, PySQLFlow, and other connectors
  • Roadmap
  • Team

Team, please review and comment.

@hungry1526
Copy link
Contributor

@llxxxll any suggestion?

@weiguoz
Copy link
Collaborator

weiguoz commented May 28, 2019

Looks good.
What are the Concepts (specific to SQLFlow)? would you plz add more details

@typhoonzero
Copy link
Collaborator

Test model -> model validation
Prediction services(Offline) -> batch predict on a data table

@hungry1526
Copy link
Contributor

Looks good.
What are the Concepts (specific to SQLFlow)? would you plz add more details

This part means adding some definitions for some terminologies we use in SQLFlow, e.g. executer, SQLFlow server, RPC server, etc...For sure the less terms we created, the better.

@hungry1526
Copy link
Contributor

Test model -> model validation
Prediction services(Offline) -> batch predict on a data table

Thanks for the review, Any suggestion for the structure I proposed?

@Yancey1989
Copy link
Collaborator

Yancey1989 commented Sep 16, 2019

I updated the structure following the latest SQLFlow repo:

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

No branches or pull requests

7 participants