Terracotta-OSS / offheap-store

A library that provides a set of map and cache implementations that store data outside of the normal Java heap
Apache License 2.0
90 stars 46 forks source link

offheap-store document should be enhanced #7

Open bwzhang2011 opened 9 years ago

bwzhang2011 commented 9 years ago

thanks for terrocotta with its contribution to offheap-store to be open source. as it provides the integration for ehcache3 for offheap storage. but as you know, it seems very complex in ehcache does. so it's not very easy or well documented to guide others to use its api. we hope more document could be provided as terrocotta offheap storage is more matured.

chrisdennis commented 9 years ago

I do have plans to write a sequence of blog posts explaining how things are structured, how they work, and some recipes for how to put things together. This will also likely result in a pull request with some welcome javadoc additions too. I can't promise anything by any hard deadlines however.

bwzhang2011 commented 9 years ago

@chrisdennis, thanks for feed back. aim of open source is for communication enhancement so it is with the project development. there're many choices for offheap implementation but terrocotta is famous for its bigmemory so we've got to know that it's testified in many use cases and worthy of trying and learning and also put into practice.

bwzhang2011 commented 9 years ago

@chrisdennis, any update with this, it seems that ehcache3 did comprehensive integration with off-heap component which seemed not easy for others to master. so please leave us some advice if it could be used for other cache solution.

bwzhang2011 commented 8 years ago

@chrisdennis, any update with such issue ?

AbfrmBlr commented 8 years ago

This should help - https://www.youtube.com/watch?v=xCojSZMp_Zw http://www.slideshare.net/ChrisDennis7/terracottas-offheap-explained-55214150

bwzhang2011 commented 8 years ago

@AbfrmBlr, I think not myself but also others who took interest in offheap area hope the terracotta-oss team could make the document enhanced like md or pdf document is much appreciated of. compared to other offheap way like mapdb, I found it was too much complexed for integration when view the source codes originated from ehcache3 and even I didn't know what was the key point class for integration just like you provided a lot of choice but you didn't event know where to start. by the way, I could not open such website so I think better document organized is much welcomed.

bwzhang2011 commented 8 years ago

@chrisdennis, any update with such issue ? more documents brought in to introduce offheap-store are much appreciated of.

lorban commented 8 years ago

Here are a few basic samples that should help you getting started with the basics: https://github.com/lorban/offheap-samples

bwzhang2011 commented 8 years ago

@lorban, thanks a lot for such demo provided.