Browse Source

flow readme update

luis 7 năm trước cách đây
mục cha
commit
a55d7594f7
1 tập tin đã thay đổi với 6 bổ sung8 xóa
  1. 6 8
      browser/vue-flow/src/assets/doc/readme.md

+ 6 - 8
browser/vue-flow/src/assets/doc/readme.md

@@ -4,14 +4,7 @@ General purpose graph package for Go
 
 ## Initial Idea
 
-`todo`
-
-> Explain the initial Idea came from machine learning Tensorflow etc...
-
-> And by watching drone CI stages, I saw I could implement timing and triggers
-> on nodes creating the possibility to add Go functions that handle
-> docker containers to execute our steps and triggers would execute nodes that
-> handle notifications (as plugin/slack, plugin/email)
+`possibilities`
 
 * Machine learning
 * Graphical CI pipeline
@@ -136,6 +129,7 @@ registry.Describer(
 
 * FlowPkg: Create training mechanism
 * FlowPkg: Machine learning examples
+* FlowPkg: Generate go code to maximize call performance
 
 ### Backend
 
@@ -157,3 +151,7 @@ in Server side we can do an analysis on each type to see if it can be
 implemented by another type and send this as part of the registry with all
 descriptions, this way we can highlight sockets that can implement the dragging
 type
+
+### Generating code
+
+generate code based on a flow should be simple as we have the function signatures