Coder Social home page Coder Social logo

lemongraph's People

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  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

lemongraph's Issues

lg-lite branch status

lg-lite seems to compile & function properly, any details / status on this branch? Should this be viewed this as preferred direction moving forward or experimental not likely to be merged?

Roadmap / Todos

Would help to have more understanding on roadmap, particularly what few features/contributions are top-of-mind and what is well thought-out thus not worth reinventing.

I'm personally looking towards a complete C API, then bindings for node.js & beyond would be in reach.

5 undefined names

$ python2 -m flake8 . --count --show-source --statistics --select=E901,E999,F821,F822,F823

./LemonGraph/fifo.py:47:64: F821 undefined name 'value'
                    if not lib.kv_put(self._kv, key, len(key), value, len(value)):
                                                               ^
./LemonGraph/fifo.py:47:75: F821 undefined name 'value'
                    if not lib.kv_put(self._kv, key, len(key), value, len(value)):
                                                                          ^
./LemonGraph/server.py:818:111: F821 undefined name 'eat_params'
            params = dict((k, v) if len(v) > 1 else (k, v[0]) for k, v in self.params.iteritems() if k not in eat_params)
                                                                                                              ^
./LemonGraph/query.py:129:24: F821 undefined name 'itertools'
                return itertools.chain.from_iterable(h)
                       ^
./LemonGraph/httpd.py:561:65: F821 undefined name 'code'
            raise Exception('unsupported http error code: %d' % code)
                                                                ^
5     F821 undefined name 'value'
5

Python 3 support

Python 2 is reaching its end of life in 2020, which is not far off.

bulk import

Hello,

I have sorted and numeric large key and values around 15 billions records. I am able to insert to lmdb database in reasonable time.

my question Is there a way to insert this data as bulk to lemongraph and can it handle this?

Thanks

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.