Giter VIP home page Giter VIP logo

scout's People

Contributors

coleifer avatar rnewman avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

scout's Issues

error

on running python scout/ /path/to/search-index.db

conn = sqlite3.connect(self.database, timeout=self._timeout,
peewee.OperationalError: unable to open database file

Behaviour of scout changed in 3.0.0 version

Search Not working for substrings.
Example:
scout.create_document("hello this is just a dummy text","articles")

and searching http://localhost:8000/articles/?q=ello
does not give any result

Scout question

Is scout a webbased (flask) tool for searching sql lite?

Are there any screen shots or live examples you can share?

ImportError: cannot import name 'secure_filename' from 'werkzeug'

Can you help me fix this, I'm getting this error

Traceback (most recent call last): File "/home/jacob/.local/bin/scout", line 11, in <module> load_entry_point('scout==3.0.2', 'console_scripts', 'scout')() File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 476, in load_entry_point return get_distribution(dist).load_entry_point(group, name) File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 2700, in load_entry_point return ep.load() File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 2318, in load return self.resolve() File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 2324, in resolve module = __import__(self.module_name, fromlist=['__name__'], level=0) File "/home/jacob/.local/lib/python3.6/site-packages/scout/server.py", line 10, in <module> from scout.models import database File "/home/jacob/.local/lib/python3.6/site-packages/scout/models.py", line 14, in <module> from werkzeug import secure_filename ImportError: cannot import name 'secure_filename'

Manage 2 profiles: 1 public (read only) and 1 admin (write permission)

Hello,

Scout allows you to use a global key to get a full access to the API (GET, POST, ...).

It would have been nice to allow public access without requiring the key for read access (GET endpoints) when an key access is configured, eventually with a quota per IP address.

Other solutions: provide a way to generate readonly token for a more robust solution or provide basic auth mecanism

Best regards and thanks for this useful and simple project !

docker image: no module named 'gevent.wsgi'

$ docker run -it --rm -p 9004:9004 coleifer/scout
Traceback (most recent call last):
  File "/srv/server.py", line 14, in <module>
    from gevent.wsgi import WSGIServer
ModuleNotFoundError: No module named 'gevent.wsgi'

TypeError: the JSON object must be str, not 'bytes'

I am trying to run this command on python v3:
client.create_index('test')
and I got this error
TypeError: the JSON object must be str, not 'bytes'

Even if I try to use client.get_index('sample') it gives me same error.
Can you help me out with this.

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.