Skip to content

Instantly share code, notes, and snippets.

@luk-
Last active December 14, 2015 09:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save luk-/5068950 to your computer and use it in GitHub Desktop.
Save luk-/5068950 to your computer and use it in GitHub Desktop.
NodeUp LevelDB

People

  • dominictarr
  • Raynos
  • forestwizard
  • rvagg
  • hij1nx

Topics

  • Modules
  • How does it compare to other DBs?
  • how does the low level stuff work (LSM Trees, when does it buffer, etc)
  • platform support
  • queries, general use
  • redundancy
  • scalability
  • distributability
@max-mapper
Copy link

topic ideas:

  • how does it compare to mongodb?
  • how does it compare to couchdb?
  • how does it compare to postgresql?
    (these first 3 are dumb I know but people ask them all the time)
  • how does the low level stuff work (LSM Trees, when does it buffer, etc)
  • what platforms does it run on?
  • what libraries do you use to sync data between a browser and a server?
  • what kind of queries can you do with it?
  • who is Jeff Dean, anyway?

@rvagg
Copy link

rvagg commented Mar 2, 2013

  • maxogden/mbalho would be a good addition cause he's been thinking/working in this sphere for a long time
  • rvagg can be on if you want more detail about the lower level stuff, like what's the deal with levelup vs leveldown, what are some of the safety issues around using levelup? best practices and efficiency hints for using levelup.

@rvagg
Copy link

rvagg commented Mar 2, 2013

  • chesles or daleharvey are possibles for talking about pouchdb, but perhaps max could talk about that too?

@rvagg
Copy link

rvagg commented Mar 2, 2013

important topics imo: redundancy & scalability (dominic? juliangruber's multilevel?)

@dshaw
Copy link

dshaw commented Mar 2, 2013

4-5 is the maximum viable number of people that work. 5's pushing it.

Maybe @maxogden could MC instead of me and that would get Max in the mix.

We need to get @dominictarr onto a reliable Skype connection to have him on.

@dshaw
Copy link

dshaw commented Mar 2, 2013

:-) Forgot @forestwizard was one of @maxogden's handles.

@luk-
Copy link
Author

luk- commented Mar 2, 2013

I listed 4 in case one or two can't make it :)

@luk-
Copy link
Author

luk- commented Mar 2, 2013

Final count, this should work:

@dominictarr, @Raynos, @hij1nx with @forestwizard handling MC duty.

@luk-
Copy link
Author

luk- commented Mar 2, 2013

@dshaw ^

@rvagg
Copy link

rvagg commented Mar 3, 2013

@st-luke, maybe put me on the list and I can help fill in any gaps if/where needed; the main talking points can be left to @dominictarr and @hij1nx who are actually using on a larger scale than the rest of us.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment