File tree Expand file tree Collapse file tree 3 files changed +1
-11
lines changed
02-development-environments Expand file tree Collapse file tree 3 files changed +1
-11
lines changed Original file line number Diff line number Diff line change @@ -195,11 +195,6 @@ workflow. These resources will come in handy for specific Git subjects.
195195 through example Git commands. This is a highly recommended read after you've
196196 grasped the basics and are looking to go deeper with Git.
197197
198- * [ How To Host Your Own Private Git Repositories] ( https://eklitzke.org/how-to-how-your-own-private-git-repositories )
199- provides the steps for handling private Git repositories on your own
200- server. This setup is great for either mirroring GitHub repositories
201- or just getting away from hosted services entirely.
202-
203198* [ How I configure my git in a new computer] ( https://medium.com/@Tiagojdferreira/how-i-set-up-my-git-in-a-new-computer-85bb461b089f )
204199 shows how to handle a ` .gitconfig ` file, with
205200 [ an example Gist] ( https://gist.github.com/Tiagojdferreira/115ecac229e176e48d520c59b022e4fb )
Original file line number Diff line number Diff line change @@ -35,11 +35,6 @@ of the database.
3535 Transform and Load (ETL) tool to move your data from one database such as
3636 [ MySQL] ( /mysql.html ) into Neo4j.
3737
38- * [ Migrating from MySQL to Neo4j] ( https://engineering.logicgate.com/migrating-from-mysql-to-neo4j-2f6cb63a73c8 )
39- gives specific advice about how your data can change during a migration from
40- a relational database to a graph database which the author did not know
41- before undertaking their own migration.
42-
4338
4439### Neo4j resources
4540* [ Building a Recommendation Engine with Neo4j and Python] ( https://www.youtube.com/watch?v=ILjTikVhT9k )
Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ sourced under the
148148and
149149[ PyPI package information] ( https://pypi.org/project/SQLAlchemy-Utils/ ) )
150150is a code library with various helper functions and new data types
151- that make it easier to use [ SQLAlchemy] ( /sqlachemy .html ) when building
151+ that make it easier to use [ SQLAlchemy] ( /sqlalchemy .html ) when building
152152projects that involve more specific storage requirements such as
153153[ currency] ( https://sqlalchemy-utils.readthedocs.io/en/latest/data_types.html#module-sqlalchemy_utils.types.currency ) .
154154The wide array of
You can’t perform that action at this time.
0 commit comments