Code Monkey home page Code Monkey logo

bedquilt-core's Issues

Collection Namespaces

We could use postgres schemas to namespace collections.

Needs quite a bit of thought

remove_one_by_id returns wrong type

The bq_remove_one_by_id function returns a boolean. The clients, documentation and tests all expect an integer.

Should change core signature to return an integer count of removed documents.

plv8 dependency instead of python

Currently most cloud offerings do not allow for python based extensions (example: aws RDS) but allow for plv8.
Any plans to break that dependency ? I noticed that there is only one function with that dependency...

Thanks
-Simo

Ability to add indexes to collection

This is essential for decent index performance. And could enable joins between collections.

Vague Requirements:

  • When an index is added, create a column for that field, and copy the data into it
  • trigger on insert/update to populate indexed columns
  • think about how to ensure consistency if the column is updated separately from the json

Better Installation Experience

We need:

  • brew package
  • Linux packages (at least debian and ubuntu)
  • super-easy way of installing bedquilt-core on top of a postgres-9.5 installation

Installation problem

Hello. I tried to install bedquilt-core and got an eroor:
"ImportError: No module named jinja2"
I have installed Jinja 2 (pip install Jinja2). Nothig changes

Client support for transactions

More something to keep an eye on than an actionable task on this project, but we should ensure that bedquilt clients support optional transactions.

The default behaviour should be for each operation to commit automatically, but it should be possible for the programmer to open a transaction, do some operations and commit or rollback.

Update operation

  • Should allow for partial updates of a document
  • update, update_one, update_one_by_id

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.