Getting Started With Elasticsearch in Django - Faster Text Search for Your Apps

Поділитися
Вставка
  • Опубліковано 14 жов 2024
  • Set up Elasticsearch in a Django project so users can search through text in a database.
    WORK WITH ME👇🏼
    ✅ Implement features and fix bugs in your app: Live, one-on-one screenshare
    prettyprinted....
    💻 Code written in video
    prettyprinted....

КОМЕНТАРІ • 16

  • @bitpilot79
    @bitpilot79 7 днів тому

    This was helpful, thank you!

  • @moeinarabi8445
    @moeinarabi8445 11 днів тому

    Thanks. Very helpful video

  • @sifo_io
    @sifo_io 4 місяці тому

    Amazing man! been looking for such a clear explanation for this
    Thank you !

  • @4reinersplug959
    @4reinersplug959 4 місяці тому

    Idgaf, this the coolest stuff I done seen this year👏🏽

  • @dodokwak
    @dodokwak 4 місяці тому +1

    Great! Have been waiting for that. Thanks.

  • @gianlucagiuman6132
    @gianlucagiuman6132 4 місяці тому +1

    Amazing !!! With this I can start to upgrade my project with elastic !!
    There's a panda integration tutorial?

    • @prettyprinted
      @prettyprinted  4 місяці тому +1

      I don't have plans to create a pandas integration, but the pandasticsearch library looks interesting. Good luck with your project!

  • @johnjim3741
    @johnjim3741 Місяць тому

    At 22:07, every developer has had this moment 😂😂😂😂😂

  • @rexsybimatrimawahyu3292
    @rexsybimatrimawahyu3292 4 місяці тому

    Idk if you answer this but i need some quick help with my flask app, is there any library that can create a crypto payment gateway? Thanks...

  • @DavidLuiz-y2h
    @DavidLuiz-y2h 4 місяці тому

    Thanks for great video.

  • @aashayamballi
    @aashayamballi 4 місяці тому

    Thank you!

  • @surendrasrikakolapu7972
    @surendrasrikakolapu7972 4 місяці тому

    Will it work for htmx?

    • @prettyprinted
      @prettyprinted  4 місяці тому +1

      Yeah, you can display the results with HTMX easily. You'll need a separate view to pass the search query to and output the partial HTML. Everything else is standard HTMX.