hotg-ai / rune

Rune provides containers to encapsulate and deploy edgeML pipelines and applications
Apache License 2.0
133 stars 15 forks source link

Add rune serve to the cli #378

Open f0rodo opened 2 years ago

f0rodo commented 2 years ago

Would love to have two new commands to the rune cli:

  1. rune serve ${my_rune.rune} - Which makes a QR code using something similar to https://github.com/hotg-ai/rune-serve
  2. rune service ${my_rune.rune} --protocol=http,ws,grpc,mqtt which would make an end point so people can quickly integrate. The protocol should be simply a bytes reader with the assumption that it will be Uint8 array.