sc0ttwad3 / es-pocket-search

Node server for interacting with Pocket data as searchable elasticsearch indexes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome to es-pocket-search 👋

Documentation Maintenance License: MIT

Made with ☕️ by sc0ttwad3

Node server for interacting with Pocket data as searchable elasticsearch indexes

🏠 Homepage

Install

npm install

Notes

Access to local Docker/Kubernetes resources from WSL 2

UPDATE: localhost now works in WSL 2

Because of the way WSL 2 runs, it has a different IP than the Windows 10 host, so from the command line when accessing localhost (the windows) you must use the IP address:

# example query
$ curl -XGET http://192.168.1.100:9200/pocket/_search d '{"query":{"terms":{"_id":["323752906","325344783"]}}}' | jq .

Usage

npm run start

Run tests

npm run test

Author

👤 Scott Wade <sc0ttwad3@gmail.com> (http://sc0ttwad3.com)

🤝 Contributing

Contributions, issues and feature requests are welcome!
Feel free to check issues page.

Show your support

Give a ⭐️ if this project helped you!

📝 License

Copyright © 2019 Scott Wade <sc0ttwad3@gmail.com> (http://sc0ttwad3.com).
This project is MIT licensed.


This README was generated with ❤️ by readme-md-generator

About

Node server for interacting with Pocket data as searchable elasticsearch indexes


Languages

Language:JavaScript 87.4%Language:Perl 12.6%