# Best package to work with large graphs/networks

**URL:** https://discourse.julialang.org/t/best-package-to-work-with-large-graphs-networks/5625
**Category:** New to Julia
**Created:** [August 29, 2017, 10:59pm UTC](https://discourse.julialang.org/t/best-package-to-work-with-large-graphs-networks/5625 "2017-08-29T22:59:39Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![ennvvy](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/ennvvy/32/7816_2.png) [@ennvvy](https://discourse.julialang.org/u/ennvvy)
#### Post date: [August 29, 2017, 10:59pm UTC](https://discourse.julialang.org/t/best-package-to-work-with-large-graphs-networks/5625/1 "2017-08-29T22:59:39Z")

</div>

Hi,  
I work with graphs and would like to know which package in Julia is user friendly. I googled to find - Junet, however there are errors that keep popping.

Looking for suggestions.

Thanks!

---

<div class="post-metadata">

### Author: ![anon94023334](https://avatars.discourse-cdn.com/v4/letter/a/e274bd/32.png) [@anon94023334](https://discourse.julialang.org/u/anon94023334)
#### Post date: [August 29, 2017, 11:21pm UTC](https://discourse.julialang.org/t/best-package-to-work-with-large-graphs-networks/5625/2 "2017-08-29T23:21:05Z")

</div>

I’m a bit biased, but [LightGraphs](https://github.com/JuliaGraphs/LightGraphs.jl) is designed to be easy to use and performant. If you need metadata with your graphs, you can check out [MetaGraphs](https://github.com/JuliaGraphs/MetaGraphs.jl) which provides an alternate graph structure (at some – but not much – performance cost, mainly in terms of memory usage).
