Git Product home page Git Product logo

Comments (10)

kevinbayes avatar kevinbayes commented on August 10, 2024 5

We are successfully running snowstorm on GKE. Once I have a moment to write this up I can, but will be next month though.

from snowstorm.

AlexNolasco avatar AlexNolasco commented on August 10, 2024 2

We managed to run snowstorm on Google Cloud using Elastic version 6.8.9 along with docker.elastic.co/elasticsearch/elasticsearch 6.8.3

Only issue we came across was the max_terms_count which we increased to 1000000

Prior to importing the codes we ran

PUT _all/_settings 
{
    "index": {
        "max_terms_count": 1000000
    }
}

from snowstorm.

kaicode avatar kaicode commented on August 10, 2024 1

Closing due to inactivity. Thank you for your notes @AlexNolasco, people will still be able to find this information in the closed issues section or issue search.

from snowstorm.

kaicode avatar kaicode commented on August 10, 2024

Hi @svj23, I noticed that no one in the community responded to your request. Maybe no one has any experience of doing this.

Were you able to get Snowstorm working on Google Kubernetes Engine? If you figured it out we would love to hear about it!

Kind regards,
Kai

from snowstorm.

svj23 avatar svj23 commented on August 10, 2024

Hi @kaicode, Thank you for asking, unfortunately I was also unable to figure it out.
Regards.

from snowstorm.

kaicode avatar kaicode commented on August 10, 2024

Thanks for sharing your findings @AlexNolasco.

Only issue we came across was the max_terms_count which we increased to 1000000
Yes, that can be used to avoid warnings from Elasticsearch.

In the next major version of Elasticsearch (7) requests will fail if the terms count is above the configured max, we will be looking into ways of reducing the number of terms or provide guidance on configuration as part of the upgrade work planned later this year.

from snowstorm.

ivank avatar ivank commented on August 10, 2024

@kaicode is it possible to include a k8s manifests that can work on EKS / GKE ? Since the my team is currently having trouble setting it up on GKE.
You have this explanation of course but a custom manifest would be more helpful.
> Depending of your kubernetes cluster you might want to change the location of where the elasticsearch data will be stored (actually HostPath storage model)

Something that sets "volumeClaimTemplates:" instead maybe? We're happy to contribute one, once we get it working but I was just wondering if you have something yourself to set us on our way.

from snowstorm.

kaicode avatar kaicode commented on August 10, 2024

Hi @ivank. I have zero experience with K8s so am not able to help with this. It's not used in SNOMED International.
Feel free to use this repository to create a new issue about this to get the attention of the community in case someone has solved this.
I hope you get it working! We would be very happy to receive a contribution. Best of luck.

from snowstorm.

ivank avatar ivank commented on August 10, 2024

We failed to implement it ourselves, and opted just to use elastic cloud for a hosted elastic.

That way things obviously worked out quite nicely (though pricy)

from snowstorm.

kaicode avatar kaicode commented on August 10, 2024

Thank you for letting us know! We have also moved to elastic.co for our production instances.

from snowstorm.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.