New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

github.com/matheusgb/autocomplete

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/matheusgb/autocomplete

  • v0.0.0-20240911165847-5c64f19fef13
  • Source
  • Go
  • Socket score

Version published
Created
Source


Markdownify
Autocomplete

Toy project made with Golang.

go version

Key FeaturesHow To UseDocumentation

Key Features

  • Saves and returns data from Elasticsearch.
  • List of most saved words in Elasticsearch.
  • Uses WebSocket to list autocomplete suggestions from Elasticsearch.
  • List of most frequently saved words in Elasticsearch using WebSocket.

How To Use

Initialize Elasticsearch in docker with:

docker-compose up

If you have air installed, you can run the backend with the command in root folder:

air

Also, you can run with:

go run main.go

You can run frontend with LiveServer vscode extension.

You can run integration tests with:

go test -v

But you need to initialize Elasticsearch before.

Documentation

If you want Elasticsearch with some data, use the GET - /populate route.

FAQs

Package last updated on 11 Sep 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc