Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Migrate | 11,589 | 594 | a day ago | 129 | March 17, 2022 | 273 | other | Go | ||
Database migrations. CLI and Golang library. | ||||||||||
Node Neo4j | 934 | 459 | 51 | 5 years ago | 34 | June 11, 2015 | 46 | apache-2.0 | CoffeeScript | |
[RETIRED] Neo4j graph database driver (REST API client) for Node.js | ||||||||||
Neomodel | 814 | 62 | 4 | 7 days ago | 43 | December 14, 2021 | 98 | mit | Python | |
An Object Graph Mapper (OGM) for the Neo4j graph database. | ||||||||||
Neo4j Javascript Driver | 808 | 492 | 212 | a day ago | 113 | June 13, 2022 | 44 | apache-2.0 | JavaScript | |
Neo4j Bolt driver for JavaScript | ||||||||||
Neo4j Python Driver | 798 | 38 | 82 | 8 days ago | 55 | July 07, 2022 | 6 | other | Python | |
Neo4j Bolt driver for Python | ||||||||||
Neo4j Go Driver | 422 | 60 | 14 days ago | 91 | October 12, 2022 | 5 | apache-2.0 | Go | ||
Neo4j Bolt Driver for Go | ||||||||||
Movies Python Bolt | 329 | 11 days ago | Python | |||||||
Neo4j Movies Example application with Flask backend using the neo4j-python-driver | ||||||||||
Neo4j Ogm | 311 | 322 | 37 | 4 days ago | 103 | October 26, 2022 | apache-2.0 | Java | ||
Java Object-Graph Mapping Library for Neo4j | ||||||||||
Neo4j Java Driver | 300 | 407 | 80 | 12 days ago | 137 | November 25, 2022 | 17 | apache-2.0 | Java | |
Neo4j Bolt driver for Java | ||||||||||
Bolt_sips | 238 | 15 | 2 | 8 months ago | 44 | April 02, 2021 | 2 | apache-2.0 | Elixir | |
Neo4j driver for Elixir |
neotype - a type specimen that is selected subsequent to the description of a species to replace a preexisting type that has been lost or destroyed.
core
module of the driver only depends the Neo4j Java driver, and the generic
module only depends on Shapeless.Future
, typelevel, ZIO, Monix) by implementing a simple typeclass.⚠️ The library is under heavy development. Production use is at your own risk and is not recommended. ⚠️
Supports Scala 2.12 and 2.13 | |
---|---|
"io.github.neotypes" %% "neotypes-core" % version |
Core functionality. Supports scala.concurrent.Future . |
"io.github.neotypes" %% "neotypes-generic" % version |
Automatic derivation of mappers for case classes. |
"io.github.neotypes" %% "neotypes-cats-effect" % version |
Async support for cats.effect.Async[F]
|
"io.github.neotypes" %% "neotypes-monix" % version |
Async support for monix.eval.Task
|
"io.github.neotypes" %% "neotypes-zio" % version |
Async support for zio.Task
|
"io.github.neotypes" %% "neotypes-akka-stream" % version |
Stream support for akka.stream.scaladsl.Source
|
"io.github.neotypes" %% "neotypes-fs2-stream" % version |
Stream support for fs2.Stream
|
"io.github.neotypes" %% "neotypes-monix-stream" % version |
Stream support for monix.reactive.Observable
|
"io.github.neotypes" %% "neotypes-zio-stream" % version |
Stream support for zio.ZStream
|
"io.github.neotypes" %% "neotypes-refined" % version |
Support for insert and retrieve refined values. |
"io.github.neotypes" %% "neotypes-cats-data" % version |
Support for insert and retrieve cats.data values. |
"io.github.neotypes" %% "neotypes-enumeratum" % version |
Support for insert and retrieve Enumeratum enums. |
We are committed to providing a friendly, safe and welcoming environment for all, regardless of level of experience, gender, gender identity and expression, sexual orientation, disability, personal appearance, body size, race, ethnicity, age, religion, nationality, or other such characteristics.
Everyone is expected to follow the Scala Code of Conduct when discussing the project on the available communication channels.