Coder Social home page Coder Social logo

Comments (4)

joemcelroy avatar joemcelroy commented on June 9, 2024

Hi there,

Short answer: No, not in v4.

In Searchkit V3, GraphQL was at the core. Unfortunately I spent most of my time teaching GraphQL basics and was hard for developers to adopt. The other challenge is making the searchkit module easy to plug into your graphql server of choice. There was little traction in modules at the time. That might not be the case today.

I decided to keep things simple with v4 and focused on just making it a layer to build search applications quickly, adopting instantsearch as the view layer. It has been successful as instantsearch is a great library and i've been able to surpass capability of v3 quickly. Its easier to maintain and alot of "how do I do x" is solved with instantsearch ecosystem of documentation and examples.

Maybe the next step is a good typescript "high level client" SDK, so its easy to build your own resolvers + REST APIs and continue to have an adapter for Instantsearch that works with the SDK. As mentioned, im conscious of not wanting to support a project that has a million features but a good SDK will help a good chunk of devs who dont want to use instantsearch.

Joe

from searchkit.

wyxcoder avatar wyxcoder commented on June 9, 2024

Hi Joe,

Thanks for you detail reply.

I am pretty new here, I wonder if you can confirm my understand here. So InstantSearch is an UI Lib that is created to work with Algolia server. And you created SearchKit so the InstandSearch can connect to ElasticSearch server.

from searchkit.

joemcelroy avatar joemcelroy commented on June 9, 2024

Correct @wyxcoder - its an adapter which allows you to use instantsearch with Elasticsearch and not need Algolia.

from searchkit.

wyxcoder avatar wyxcoder commented on June 9, 2024

@joemcelroy Thanks! That is what I got. I actually have a legacy SQL server DB in backend, I thought I will just add a GraphQL to it and then use the popular frontend React.
Maybe I should use your SearchKit V3.
Just checked the server component of NextJS 13, it seems the React front end plus API is not the only option now. Instead maybe I can just connect NextJS server side to SQL server directly without any API.

from searchkit.

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.