
Slack Channels
For the best experience just join the channels that your are interested in, and for whose topics you can provide help. No need to be everywhere. Here is just a quick overview to get an idea:Purpose | Channels |
---|---|
General Discussions |
|
General Help & Questions |
|
Help in different areas of interest |
|
Language / Driver specific questions |
|
Share your project or story |
|
Organizing Neo4j Meetups |
|
Neo4j Trainers (private) |
|
Feedback and Ideas for Neo4j |
|
News from @Neo4j Twitter |
|
Latest Neo4j Events |
|
Banter and Fun |
|
/graph cypher [query]
slash command.
/graph cypher MATCH (c:Channel)<-[:MEMBER_OF]-() RETURN c.name, count(*) AS users ORDER BY users DESC LIMIT 10; | c.name | users ----+--------------------+------- 1 | general | 645 2 | help-cypher | 64 3 | neo4j-java | 57 4 | help-modeling | 53 5 | share-your-project | 42 6 | neo4j-python | 36 7 | help | 34 8 | product-feedback | 33 9 | events | 30 10 | organize-meetups | 30
/graph cypher unwind range(1,10) as n return n % 2, count(*), collect(n) | n % 2 | count(*) | collect(n) --+-------+----------+------------------ 1 | 1.0 | 5 | [1, 3, 5, 7, 9] 2 | 0.0 | 5 | [2, 4, 6, 8, 10]
Slack Experience
The Slack experience has been pretty good so far. It was no issue processing 5,000 total invites (which were a pain to export from Google Groups) and so far interaction has had no hiccups. It is unfortunate that people can’t sign up for public Slack groups on their own, and that signing into another team on the Desktop client is a bit of a hassle. It would be cool if there was another ordering mechanism for channel names other than just alphabetic, and it was a bit tricky to get a good channel structure that doesn’t overlap. Also, the missing history for non-paid Slack teams is sad. I hope that Slack will provide a good solution for open source projects that just want to engage with their users in a better way. Despite these few issues, however, Slack is a great tool for working with our community and we hope you’ll join the discussion. Sign up here to join the Neo4j-users Slack group today. Want to catch up with the rest of the Neo4j community? Click below to get your free copy of the Learning Neo4j ebook and catch up to speed with the world’s leading graph database.The post Making a Difference: The Public Neo4j-Users Slack Group appeared first on Neo4j Graph Database.