-
Notifications
You must be signed in to change notification settings - Fork 1
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
Documentation objectives #28
Comments
I think it should be incorporated into https://doc.akka.io/docs/akka-edge/snapshot/index.html I'm not sure how to exactly structure that, but maybe we can make some of the pages more general so that they work for both JVM and Rust. Then the specifics can be a separate Guide, based on the sample. This documentation would have to be written in private repo first, so that we don't leak too much before the official announcements, and we have an upcoming release in end of October that will not include the Akka Edge Rust. |
I've created a PR for generalising the introduction, which was quite easy to do. The next question becomes one of what we want the Rust example to be... So far, we have the iot-sample in code, with a reasonably comprehensive README. However, it may be nice to also have the team reproduce the edge aspects of the drone example using akka-edge-rs. We have all of the functionality now in place (apart from filters, which I can work on next). I'd then imagine that links/code samples would enumerate Scala, Java and Rust. Alternatively, the documentation could branch at the guide and we could produce a new guide for the Rust iot-service, which I foresee as largely reproducing its README. Regarding the reference doc, this is automatically published by crates.io when a library crate is published. The one thing we require is to establish the |
I think we can have a separate guide. If we would use the Drones domain I'm thinking that akka-edge-rs would be running in the drones themselves. However, I think we can stick to the temperature IoT sample domain. Wdyt @johanandren ? |
Sounds good to stick with the existing domain. |
Closing as this has now been scoped. |
What documentation should we consider? We have been creating Rust doc along the way, and that should provide a reasonable reference, accessible from crates.io. I'm thinking that the regular Akka documentation may also need to include akka-edge-rs.
The text was updated successfully, but these errors were encountered: