apple / foundationdb

FoundationDB - the open source, distributed, transactional key-value store

Home Page:https://apple.github.io/foundationdb/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Open FoundationDB in a Dev Container

PierreZ opened this issue · comments

I've been working with FDB for a few years now, and I've always struggle to setup and build fdb locally. There is multiple documentation available:

While I do get that building such a massive project is no easy task, I'm wondering how far can we go setting up a Dev container file.

I see several benefits:

  • ease setup
  • allow remote dev env
  • pin the right tag of the build container
  • commit info like the BOOST_ROOT or which devtoolset to use.

Would you be interested in such a contribution? I would be happy to do it 😄

I'd be up for trying it out if that helps.

I would love some help 😁 I'm a bit familiar with FDB's building systems, but not as a useable dev environment