Giter Site home page Giter Site logo

cbft's People

Contributors

abhinavdangeti avatar ajityagaty avatar avsej avatar bsubhashni avatar cascadingradium avatar ceejatec avatar dave-finlay avatar dhanyagowrish avatar ebenhaber avatar hisundar avatar jamesl33 avatar likith101 avatar lukaisthewolf avatar mblow avatar metonymic-smokey avatar mikewied avatar moshaad7 avatar mschoch avatar pavel-blagodov avatar robashcom avatar rvncerr avatar sitaramv avatar sreekanth-cb avatar steveyen avatar thejas-bhat avatar timofey-barmin avatar udkyo avatar vzasade 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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

cbft's Issues

Concurrent sorting

Proposal:
Replacing standard library's sort with a concurrent sorting library like sorty.
Note: I am the author of sorty.

Current behavior:
standard sort is not concurrent and runs in a single goroutine. This is very slow.
Also sort.Interface is slower than sorty's lesswap() as a way to access generic collections.
Couch seems to have a parallel version of standard sort.

Desired behavior:
Couch can benefit a lot from concurrent sorting (with sorty or one of alternative libraries.)

Alternatives considered:
See the benchmarks in sorty readme.

Use case:
I have inspected Couch repositories: standard sort is heavily used. sorty can cover all of it except calls to Stable().

Non-UTF8 Review

Ensure that cbft doesn't blow up when passed data that is not in UTF8 format.

Query access control

Implement access controls for queries (bucket permissions for Index, bubbled up permissions for index aliases)

Auditing logs

cbft needs to write significant events to the audit log

web UI lost ability to directly create/edit index param's raw JSON configuration

Before the integration of the bleve-mapping-ui, users were given a raw <textarea> where they could edit the index's params JSON, including all the advanced fields (like changing storage backends).

That advanced "you-know-what-you're-doing" ability was lost as cbft picked up the bleve-mapping-ui.

The workaround, of course, is to use curl, but that's not a great answer.

still under developing? or achieved?

Looks like there is no 1.0 version.. and the last release was in 2015 !
As I know, cbft is the core full text search engine of couchbase, right?
I am curious why this project is getting more inactive even though this engine is the core feature of the Couchbase product !
Could you explain about couchbase's full text search engine status for now and about cbft ?

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.