Giter VIP home page Giter VIP logo

Comments (2)

cigolpl avatar cigolpl commented on September 22, 2024

In many cases it makes totally sense to use native elasticsearch because you have access to more advanced functionality like fuzzy query, nested aggregations and you are not dependent on 3rd party systems. Integration with Express.js should be also easy to go.

In terms of ItemsAPI:

  • ES is great for many things like analytics, logs, search, statistics and because of it, it is easy to be distracted by functionality overhead (at least for me in the beginning)
  • In ItemsAPI you have very limited and simplified functionality of ES designed only for web & mobile application (filters, sorting, search, geo-sorting, auto-generated backend)
  • Once using ItemsAPI you don't need to know Elasticsearch (probably except defining schema).
  • Once using ItemsAPI you can also use native elasticsearch search query if you miss some functionality
  • There is also a dashboard for ItemsAPI https://github.com/itemsapi/dashboard which allows you to add and explore your data out of the box
  • If you use Express.js there is also a client for Node.js https://github.com/itemsapi/itemsapi-node

So ItemsAPI can be good for fast prototyping, building catalogs, SEO optimized websites and web applications in general and Elasticsearch for more advanced and more complex. On the other hand ES is very mature and ItemsAPI still in development mode

from itemsapi.

nengine avatar nengine commented on September 22, 2024

@cigolpl Thank you for your reply.

from itemsapi.

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.