Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Write tutorials for real world use cases #88

Open
juliangruber opened this issue Mar 4, 2013 · 4 comments
Open

Write tutorials for real world use cases #88

juliangruber opened this issue Mar 4, 2013 · 4 comments
Labels
documentation Improvements or additions to documentation

Comments

@juliangruber
Copy link
Member

Beginners would feel way more welcome and we had more shareable stuff if we had some well written tutorials for realworld usecases, showing the leveldb way and showcasing plugins.

Initial ideas:

  • the redis twitter tutorial ported to leveldb
  • creating indexes
  • map reduce (should be for map-reduce beginners)
  • simple persistent realtime data with level-scuttlebutt
  • philosophical rant on databases that are monoliths
  • accessing a db from multiple processes
  • writing a levelUp plugin

More website-/app-y ideas would be great though

@rvagg
Copy link
Member

rvagg commented Mar 4, 2013

I'm trying to get around to an introductory article on LevelUP/LevelDB for dailyjs.com. I was just thinking about it when you posted this!
Also, we need a Resources page on our wiki.

@ralphtheninja
Copy link
Member

Good idea @juliangruber. I think tutorials should be a page of it's own, linked to from the first wiki page. When people are looking for tutorials they want them fast. Having a more general resources page is also good. The resources page could link to blog articles etc.

@ralphtheninja
Copy link
Member

Changed my mind. Added resources page skeleton, linked from first wiki page. Add stuff peeps! 🍺

@ralphtheninja ralphtheninja transferred this issue from Level/levelup Dec 17, 2018
@vweevers vweevers changed the title tutorials Write tutorials Jan 4, 2020
@vweevers vweevers transferred this issue from Level/level Jan 4, 2020
@vweevers vweevers changed the title Write tutorials Write tutorials for real world use cases Jan 4, 2020
@vweevers vweevers added the documentation Improvements or additions to documentation label Jan 4, 2020
@droid192
Copy link

droid192 commented Dec 10, 2022

Where are the MWEs to use abstract-level, eg error on:

const { Level } = require('abstract-level')
// Create a database
const db = new Level('./db', { valueEncoding: 'json' })

And this look intimidating

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
Status: Backlog
Development

No branches or pull requests

5 participants