-
Notifications
You must be signed in to change notification settings - Fork 6.6k
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
[Feature] Quick start shell for latest release #11619
Comments
@hanahmily Could you propose what is recommended for the version of BanyanDB? We could hard coded for now, until you have a better solution. |
From my perspective, BanyanDB 0.6 will be a proper release for this combination. |
Is there a recommended version for this script? After 0.6, should be pick the latest stable release? Or, we should lock the version to avoid uncertain breaks? |
@mrproliu I think the timeline of BanyanDB fits the expectation to deliver this on v10. @hanahmily shared with me, the database 0.6 is ready on early March. Then we could build this and showcase/demo are expected to update as well. |
@mrproliu I have re-assigned this to @kezhenxu94 as BanyanDB is reaching release. I hope this could be ready before that. |
We have a quick start for docker-compose here https://github.com/apache/skywalking/tree/master/docker#quickstart , what do you think if we adjust that to make it possible to use either BanyanDB or ElasticSearch? Adding a dedicated script to start in non-Docker sounds an unnecessary maintaining workload, WDYT @wu-sheng |
That version is good. Besides code details, I want to add a OAP and BanyanDB version-locked distro and host that on skywalking.a.o, mostly to avoid GitHub download block and help people to login on our website. |
The expected workflow is |
Search before asking
Description
With the expected release date of BanyanDB 0.6, which is the first complete-feature version for it, and SkyWalking with UI are stable enough. So, I think, it is time.
We could have a
curl and go
scrip, such ascurl -sSL https://skywalking.apache.org/quickstart.sh | bash -s
. This should actually pick the latest release(not alpha/beta/rc) from Maven Central, https://central.sonatype.com/artifact/org.apache.skywalking/server-starterUse case
No response
Related issues
No response
Are you willing to submit a pull request to implement this on your own?
Code of Conduct
The text was updated successfully, but these errors were encountered: